#427721

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

Shades of Bilbao #427721

Tints of Bilbao #427721

Color information

#427721 (or 0x427721) is unknown color: approx Bilbao. HEX triplet: 42, 77 and 21. RGB value is (66,119,33). Sum of RGB (Red+Green+Blue) = 66+119+33=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #427721 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427721 is #BD88DE. Grayscale: #5D5D5D. Windows color (decimal): -12421343 or 2193218. OLE color: 2193218.

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

Color convert

RGB6611933-
CMYK0.4500.720.53
HSL96.98º56.58%29.8%-
HSV(B)96.98º72.27%46.67%-
XYZ9.1214.463.75-
YUV93.3593.94108.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.28%
GREEN value IS 119 (46.88% from 255) = 54.59%
BLUE value IS 33 (13.28% from 255) = 15.14%
R=30.28%
G=54.59%
B=15.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66119330.4500.720.5396.9856.5829.8
Hex4277212D0483561391e
Octal10216741550110651417136
Binary1000010111011110000110110101001000110101110000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427721; }

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

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

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

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

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

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

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

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