#427821

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

Shades of Bilbao #427821

Tints of Bilbao #427821

Color information

#427821 (or 0x427821) is unknown color: approx Bilbao. HEX triplet: 42, 78 and 21. RGB value is (66,120,33). Sum of RGB (Red+Green+Blue) = 66+120+33=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 120 (47.27% from 255 or 54.79% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 120 - color contains mainly: green. Hex color #427821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427821 is #BD87DE. Grayscale: #5E5E5E. Windows color (decimal): -12421087 or 2193474. OLE color: 2193474.

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

Color convert

RGB6612033-
CMYK0.4500.720.53
HSL97.24º56.86%30%-
HSV(B)97.24º72.5%47.06%-
XYZ9.2414.73.79-
YUV93.9493.61108.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.14%
GREEN value IS 120 (47.27% from 255) = 54.79%
BLUE value IS 33 (13.28% from 255) = 15.07%
R=30.14%
G=54.79%
B=15.07%

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
Decimal66120330.4500.720.5397.2456.8630
Hex4278212D0483561391e
Octal10217041550110651417136
Binary1000010111100010000110110101001000110101110000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427821; }

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

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

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

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

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

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

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

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