#42732A

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

Shades of Bilbao #42732A

Tints of Bilbao #42732A

Color information

#42732A (or 0x42732A) is unknown color: approx Bilbao. HEX triplet: 42, 73 and 2A. RGB value is (66,115,42). Sum of RGB (Red+Green+Blue) = 66+115+42=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 115 (45.31% from 255 or 51.57% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 115 - color contains mainly: green. Hex color #42732A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42732A is #BD8CD5. Grayscale: #5C5C5C. Windows color (decimal): -12422358 or 2782018. OLE color: 2782018.

HSL color Cylindrical-coordinate representation of color #42732A: hue angle of 100.27º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42732A is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB6611542-
CMYK0.4300.630.55
HSL100.27º46.5%30.78%-
HSV(B)100.27º63.48%45.1%-
XYZ8.813.594.35-
YUV92.0399.77109.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.60%
GREEN value IS 115 (45.31% from 255) = 51.57%
BLUE value IS 42 (16.80% from 255) = 18.83%
R=29.60%
G=51.57%
B=18.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66115420.4300.630.55100.2746.530.78
Hex42732A2B03F37642e1f
Octal1021635253077671445637
Binary100001011100111010101010110111111110111110010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42732A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42732A; }

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

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

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

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

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

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

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

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