#35730B

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

Shades of Bilbao #35730B

Tints of Bilbao #35730B

Color information

#35730B (or 0x35730B) is unknown color: approx Bilbao. HEX triplet: 35, 73 and 0B. RGB value is (53,115,11). Sum of RGB (Red+Green+Blue) = 53+115+11=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 115 (45.31% from 255 or 64.25% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 115 - color contains mainly: green. Hex color #35730B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35730B is #CA8CF4. Grayscale: #545454. Windows color (decimal): -13274357 or 750389. OLE color: 750389.

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

Color convert

RGB5311511-
CMYK0.5400.900.55
HSL95.77º82.54%24.71%-
HSV(B)95.77º90.43%45.1%-
XYZ7.6613.042.43-
YUV84.6186.46105.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.61%
GREEN value IS 115 (45.31% from 255) = 64.25%
BLUE value IS 11 (4.69% from 255) = 6.15%
R=29.61%
G=64.25%
B=6.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53115110.5400.900.5595.7782.5424.71
Hex3573B3605A37605319
Octal65163136601326714012331
Binary11010111100111011110110010110101101111100000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35730B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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