#427421

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

Shades of Bilbao #427421

Tints of Bilbao #427421

Color information

#427421 (or 0x427421) is unknown color: approx Bilbao. HEX triplet: 42, 74 and 21. RGB value is (66,116,33). Sum of RGB (Red+Green+Blue) = 66+116+33=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 116 (45.70% from 255 or 53.95% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 116 - color contains mainly: green. Hex color #427421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427421 is #BD8BDE. Grayscale: #5B5B5B. Windows color (decimal): -12422111 or 2192450. OLE color: 2192450.

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

Color convert

RGB6611633-
CMYK0.4300.720.55
HSL96.14º55.7%29.22%-
HSV(B)96.14º71.55%45.49%-
XYZ8.7713.763.63-
YUV91.5994.94109.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.70%
GREEN value IS 116 (45.70% from 255) = 53.95%
BLUE value IS 33 (13.28% from 255) = 15.35%
R=30.70%
G=53.95%
B=15.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66116330.4300.720.5596.1455.729.22
Hex4274212B0483760381d
Octal10216441530110671407035
Binary1000010111010010000110101101001000110111110000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427421; }

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

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

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

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

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

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

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

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