#35720B

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

Shades of Bilbao #35720B

Tints of Bilbao #35720B

Color information

#35720B (or 0x35720B) is unknown color: approx Bilbao. HEX triplet: 35, 72 and 0B. RGB value is (53,114,11). Sum of RGB (Red+Green+Blue) = 53+114+11=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 114 (44.92% from 255 or 64.04% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 114 - color contains mainly: green. Hex color #35720B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35720B is #CA8DF4. Grayscale: #545454. Windows color (decimal): -13274613 or 750133. OLE color: 750133.

HSL color Cylindrical-coordinate representation of color #35720B: hue angle of 95.53º degrees, saturation: 0.82, 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 #35720B is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB5311411-
CMYK0.5400.900.55
HSL95.53º82.4%24.51%-
HSV(B)95.53º90.35%44.71%-
XYZ7.5512.822.39-
YUV84.0286.79105.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.78%
GREEN value IS 114 (44.92% from 255) = 64.04%
BLUE value IS 11 (4.69% from 255) = 6.18%
R=29.78%
G=64.04%
B=6.18%

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
Decimal53114110.5400.900.5595.5382.424.51
Hex3572B3605A37605219
Octal65162136601326714012231
Binary11010111100101011110110010110101101111100000101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35720B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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