#35732A

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

Shades of Bilbao #35732A

Tints of Bilbao #35732A

Color information

#35732A (or 0x35732A) is unknown color: approx Bilbao. HEX triplet: 35, 73 and 2A. RGB value is (53,115,42). Sum of RGB (Red+Green+Blue) = 53+115+42=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 115 (45.31% from 255 or 54.76% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 115 - color contains mainly: green. Hex color #35732A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35732A is #CA8CD5. Grayscale: #585858. Windows color (decimal): -13274326 or 2782005. OLE color: 2782005.

HSL color Cylindrical-coordinate representation of color #35732A: hue angle of 110.96º 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 #35732A is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB5311542-
CMYK0.5400.630.55
HSL110.96º46.5%30.78%-
HSV(B)110.96º63.48%45.1%-
XYZ8.0213.194.31-
YUV88.14101.96102.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.24%
GREEN value IS 115 (45.31% from 255) = 54.76%
BLUE value IS 42 (16.80% from 255) = 20%
R=25.24%
G=54.76%
B=20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53115420.5400.630.55110.9646.530.78
Hex35732A3603F376f2e1f
Octal651635266077671575637
Binary11010111100111010101101100111111110111110111110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35732A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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