#427914

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

Shades of Bilbao #427914

Tints of Bilbao #427914

Color information

#427914 (or 0x427914) is unknown color: approx Bilbao. HEX triplet: 42, 79 and 14. RGB value is (66,121,20). Sum of RGB (Red+Green+Blue) = 66+121+20=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 121 (47.66% from 255 or 58.45% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 121 - color contains mainly: green. Hex color #427914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427914 is #BD86EB. Grayscale: #5D5D5D. Windows color (decimal): -12420844 or 1341762. OLE color: 1341762.

HSL color Cylindrical-coordinate representation of color #427914: hue angle of 92.67º 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 #427914 is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB6612120-
CMYK0.4500.830.53
HSL92.67º71.63%27.65%-
HSV(B)92.67º83.47%47.45%-
XYZ9.2114.883.05-
YUV93.0486.78108.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.88%
GREEN value IS 121 (47.66% from 255) = 58.45%
BLUE value IS 20 (8.20% from 255) = 9.66%
R=31.88%
G=58.45%
B=9.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66121200.4500.830.5392.6771.6327.65
Hex4279142D053355d481c
Octal102171245501236513511034
Binary1000010111100110100101101010100111101011011101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427914; }

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

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

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

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

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

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

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

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