#35710D

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

Shades of Bilbao #35710D

Tints of Bilbao #35710D

Color information

#35710D (or 0x35710D) is unknown color: approx Bilbao. HEX triplet: 35, 71 and 0D. RGB value is (53,113,13). Sum of RGB (Red+Green+Blue) = 53+113+13=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 113 (44.53% from 255 or 63.13% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 113 - color contains mainly: green. Hex color #35710D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35710D is #CA8EF2. Grayscale: #545454. Windows color (decimal): -13274867 or 880949. OLE color: 880949.

HSL color Cylindrical-coordinate representation of color #35710D: hue angle of 96º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #35710D is Cyan = 0.53, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB5311313-
CMYK0.5300.880.56
HSL96º79.37%24.71%-
HSV(B)96º88.5%44.31%-
XYZ7.4512.62.42-
YUV83.6688.12106.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.61%
GREEN value IS 113 (44.53% from 255) = 63.13%
BLUE value IS 13 (5.47% from 255) = 7.26%
R=29.61%
G=63.13%
B=7.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53113130.5300.880.569679.3724.71
Hex3571D3505838604f19
Octal65161156501307014011731
Binary11010111100011101110101010110001110001100000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35710D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35710D; }

 p { color: rgb(53,113,13); }

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

<style>
 a { background-color: #35710D; }

 a { background-color: rgb(53,113,13); }

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

<style>
 span { border-color: #35710D; }

 span { border-color: rgb(53,113,13); }

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