#427225

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

Shades of Bilbao #427225

Tints of Bilbao #427225

Color information

#427225 (or 0x427225) is unknown color: approx Bilbao. HEX triplet: 42, 72 and 25. RGB value is (66,114,37). Sum of RGB (Red+Green+Blue) = 66+114+37=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #427225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427225 is #BD8DDA. Grayscale: #5B5B5B. Windows color (decimal): -12422619 or 2454082. OLE color: 2454082.

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

Color convert

RGB6611437-
CMYK0.4200.680.55
HSL97.4º50.99%29.61%-
HSV(B)97.4º67.54%44.71%-
XYZ8.613.333.87-
YUV90.8797.6110.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.41%
GREEN value IS 114 (44.92% from 255) = 52.53%
BLUE value IS 37 (14.84% from 255) = 17.05%
R=30.41%
G=52.53%
B=17.05%

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
Decimal66114370.4200.680.5597.450.9929.61
Hex4272252A0443761331e
Octal10216245520104671416336
Binary1000010111001010010110101001000100110111110000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427225; }

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

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

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

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

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

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

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

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