#427224

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

Shades of Bilbao #427224

Tints of Bilbao #427224

Color information

#427224 (or 0x427224) is unknown color: approx Bilbao. HEX triplet: 42, 72 and 24. RGB value is (66,114,36). Sum of RGB (Red+Green+Blue) = 66+114+36=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 114 (44.92% from 255 or 52.78% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 114 - color contains mainly: green. Hex color #427224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427224 is #BD8DDB. Grayscale: #5B5B5B. Windows color (decimal): -12422620 or 2388546. OLE color: 2388546.

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

Color convert

RGB6611436-
CMYK0.4200.680.55
HSL96.92º52%29.41%-
HSV(B)96.92º68.42%44.71%-
XYZ8.5813.323.79-
YUV90.7697.1110.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.56%
GREEN value IS 114 (44.92% from 255) = 52.78%
BLUE value IS 36 (14.45% from 255) = 16.67%
R=30.56%
G=52.78%
B=16.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66114360.4200.680.5596.925229.41
Hex4272242A0443761341d
Octal10216244520104671416435
Binary1000010111001010010010101001000100110111110000111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427224; }

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

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

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

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

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

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

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

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