#427222

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

Shades of Bilbao #427222

Tints of Bilbao #427222

Color information

#427222 (or 0x427222) is unknown color: approx Bilbao. HEX triplet: 42, 72 and 22. RGB value is (66,114,34). Sum of RGB (Red+Green+Blue) = 66+114+34=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 34 (13.67% from 255 or 15.89% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #427222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427222 is #BD8DDD. Grayscale: #5A5A5A. Windows color (decimal): -12422622 or 2257474. OLE color: 2257474.

HSL color Cylindrical-coordinate representation of color #427222: hue angle of 96º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #427222 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB6611434-
CMYK0.4200.700.55
HSL96º54.05%29.02%-
HSV(B)96º70.18%44.71%-
XYZ8.5513.313.63-
YUV90.5396.1110.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.84%
GREEN value IS 114 (44.92% from 255) = 53.27%
BLUE value IS 34 (13.67% from 255) = 15.89%
R=30.84%
G=53.27%
B=15.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66114340.4200.700.559654.0529.02
Hex4272222A0463760361d
Octal10216242520106671406635
Binary1000010111001010001010101001000110110111110000011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427222; }

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

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

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

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

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

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

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

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