#457914

Color #457914 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #457914

Tints of Bilbao #457914

Color information

#457914 (or 0x457914) is unknown color: approx Bilbao. HEX triplet: 45, 79 and 14. RGB value is (69,121,20). Sum of RGB (Red+Green+Blue) = 69+121+20=210 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.86% from 210); Green value is 121 (47.66% from 255 or 57.62% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 121 - color contains mainly: green. Hex color #457914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457914 is #BA86EB. Grayscale: #5E5E5E. Windows color (decimal): -12224236 or 1341765. OLE color: 1341765.

HSL color Cylindrical-coordinate representation of color #457914: hue angle of 90.89º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #457914 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB6912120-
CMYK0.4300.830.53
HSL90.89º71.63%27.65%-
HSV(B)90.89º83.47%47.45%-
XYZ9.4214.993.06-
YUV93.9486.27110.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 32.86%
GREEN value IS 121 (47.66% from 255) = 57.62%
BLUE value IS 20 (8.20% from 255) = 9.52%
R=32.86%
G=57.62%
B=9.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69121200.4300.830.5390.8971.6327.65
Hex4579142B053355b481c
Octal105171245301236513311034
Binary1000101111100110100101011010100111101011011011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457914; }

 p { color: rgb(69,121,20); }

 H1.HeaderClassName
 {
   color: #457914;
 }
 .AnyTagClassName
 {
   color: #457914;
 }
</style>
background-color css

<style>
 a { background-color: #457914; }

 a { background-color: rgb(69,121,20); }

 div.DivClassName
 {
   background-color: #457914;
 }
 .BgClassName
 {
   background-color: #457914;
 }
</style>
border-color css

<style>
 span { border-color: #457914; }

 span { border-color: rgb(69,121,20); }

 td.TdClassName
 {
   border-color: #457914;
 }
 .TagClassName
 {
   border-color: #457914;
 }
</style>