#35870C

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

Shades of Bilbao #35870C

Tints of Bilbao #35870C

Color information

#35870C (or 0x35870C) is unknown color: approx Bilbao. HEX triplet: 35, 87 and 0C. RGB value is (53,135,12). Sum of RGB (Red+Green+Blue) = 53+135+12=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 135 (53.12% from 255 or 67.5% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 135 - color contains mainly: green. Hex color #35870C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35870C is #CA78F3. Grayscale: #606060. Windows color (decimal): -13269236 or 821045. OLE color: 821045.

HSL color Cylindrical-coordinate representation of color #35870C: hue angle of 100º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #35870C is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB5313512-
CMYK0.6100.910.47
HSL100º83.67%28.82%-
HSV(B)100º91.11%52.94%-
XYZ10.218.113.31-
YUV96.4680.3397-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.5%
GREEN value IS 135 (53.12% from 255) = 67.5%
BLUE value IS 12 (5.08% from 255) = 6%
R=26.5%
G=67.5%
B=6%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53135120.6100.910.4710083.6728.82
Hex3587C3D05B2F64541d
Octal65207147501335714412435
Binary110101100001111100111101010110111011111100100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35870C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35870C; }

 p { color: rgb(53,135,12); }

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

<style>
 a { background-color: #35870C; }

 a { background-color: rgb(53,135,12); }

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

<style>
 span { border-color: #35870C; }

 span { border-color: rgb(53,135,12); }

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