#427724

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

Shades of Bilbao #427724

Tints of Bilbao #427724

Color information

#427724 (or 0x427724) is unknown color: approx Bilbao. HEX triplet: 42, 77 and 24. RGB value is (66,119,36). Sum of RGB (Red+Green+Blue) = 66+119+36=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 36 (14.45% from 255 or 16.29% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #427724 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427724 is #BD88DB. Grayscale: #5D5D5D. Windows color (decimal): -12421340 or 2389826. OLE color: 2389826.

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

Color convert

RGB6611936-
CMYK0.4500.700.53
HSL98.31º53.55%30.39%-
HSV(B)98.31º69.75%46.67%-
XYZ9.1614.483.98-
YUV93.6995.44108.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 119 (46.88% from 255) = 53.85%
BLUE value IS 36 (14.45% from 255) = 16.29%
R=29.86%
G=53.85%
B=16.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66119360.4500.700.5398.3153.5530.39
Hex4277242D0463562361e
Octal10216744550106651426636
Binary1000010111011110010010110101000110110101110001011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427724; }

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

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

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

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

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

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

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

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