#427211

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

Shades of Bilbao #427211

Tints of Bilbao #427211

Color information

#427211 (or 0x427211) is unknown color: approx Bilbao. HEX triplet: 42, 72 and 11. RGB value is (66,114,17). Sum of RGB (Red+Green+Blue) = 66+114+17=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 114 (44.92% from 255 or 57.87% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 114 - color contains mainly: green. Hex color #427211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427211 is #BD8DEE. Grayscale: #585858. Windows color (decimal): -12422639 or 1143362. OLE color: 1143362.

HSL color Cylindrical-coordinate representation of color #427211: hue angle of 89.69º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #427211 is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB6611417-
CMYK0.4200.850.55
HSL89.69º74.05%25.69%-
HSV(B)89.69º85.09%44.71%-
XYZ8.3713.232.64-
YUV88.5987.6111.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.50%
GREEN value IS 114 (44.92% from 255) = 57.87%
BLUE value IS 17 (7.03% from 255) = 8.63%
R=33.50%
G=57.87%
B=8.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66114170.4200.850.5589.6974.0525.69
Hex4272112A055375a4a1a
Octal102162215201256713211232
Binary1000010111001010001101010010101011101111011010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427211; }

 p { color: rgb(66,114,17); }

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

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

 a { background-color: rgb(66,114,17); }

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

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

 span { border-color: rgb(66,114,17); }

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