#35731F

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

Shades of Bilbao #35731F

Tints of Bilbao #35731F

Color information

#35731F (or 0x35731F) is unknown color: approx Bilbao. HEX triplet: 35, 73 and 1F. RGB value is (53,115,31). Sum of RGB (Red+Green+Blue) = 53+115+31=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 115 (45.31% from 255 or 57.79% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 115 - color contains mainly: green. Hex color #35731F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35731F is #CA8CE0. Grayscale: #575757. Windows color (decimal): -13274337 or 2061109. OLE color: 2061109.

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

Color convert

RGB5311531-
CMYK0.5400.730.55
HSL104.29º57.53%28.63%-
HSV(B)104.29º73.04%45.1%-
XYZ7.8513.123.41-
YUV86.8996.46103.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.63%
GREEN value IS 115 (45.31% from 255) = 57.79%
BLUE value IS 31 (12.5% from 255) = 15.58%
R=26.63%
G=57.79%
B=15.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53115310.5400.730.55104.2957.5328.63
Hex35731F3604937683a1d
Octal6516337660111671507235
Binary11010111100111111111011001001001110111110100011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35731F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35731F; }

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

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

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

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

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

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

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

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