#35730F

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

Shades of Bilbao #35730F

Tints of Bilbao #35730F

Color information

#35730F (or 0x35730F) is unknown color: approx Bilbao. HEX triplet: 35, 73 and 0F. RGB value is (53,115,15). Sum of RGB (Red+Green+Blue) = 53+115+15=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 115 (45.31% from 255 or 62.84% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 115 - color contains mainly: green. Hex color #35730F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35730F is #CA8CF0. Grayscale: #555555. Windows color (decimal): -13274353 or 1012533. OLE color: 1012533.

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

Color convert

RGB5311515-
CMYK0.5400.870.55
HSL97.2º76.92%25.49%-
HSV(B)97.2º86.96%45.1%-
XYZ7.6913.052.57-
YUV85.0688.46105.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 115 (45.31% from 255) = 62.84%
BLUE value IS 15 (6.25% from 255) = 8.20%
R=28.96%
G=62.84%
B=8.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53115150.5400.870.5597.276.9225.49
Hex3573F3605737614d19
Octal65163176601276714111531
Binary11010111100111111110110010101111101111100001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35730F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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