#427322

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

Shades of Bilbao #427322

Tints of Bilbao #427322

Color information

#427322 (or 0x427322) is unknown color: approx Bilbao. HEX triplet: 42, 73 and 22. RGB value is (66,115,34). Sum of RGB (Red+Green+Blue) = 66+115+34=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 115 (45.31% from 255 or 53.49% from 215); Blue value is 34 (13.67% from 255 or 15.81% from 215); Max value from RGB is 115 - color contains mainly: green. Hex color #427322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427322 is #BD8CDD. Grayscale: #5B5B5B. Windows color (decimal): -12422366 or 2257730. OLE color: 2257730.

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

Color convert

RGB6611534-
CMYK0.4300.700.55
HSL96.3º54.36%29.22%-
HSV(B)96.3º70.43%45.1%-
XYZ8.6713.543.67-
YUV91.1295.77110.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.70%
GREEN value IS 115 (45.31% from 255) = 53.49%
BLUE value IS 34 (13.67% from 255) = 15.81%
R=30.70%
G=53.49%
B=15.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66115340.4300.700.5596.354.3629.22
Hex4273222B0463760361d
Octal10216342530106671406635
Binary1000010111001110001010101101000110110111110000011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427322; }

 p { color: rgb(66,115,34); }

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

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

 a { background-color: rgb(66,115,34); }

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

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

 span { border-color: rgb(66,115,34); }

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