#34870D

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

Shades of Bilbao #34870D

Tints of Bilbao #34870D

Color information

#34870D (or 0x34870D) is unknown color: approx Bilbao. HEX triplet: 34, 87 and 0D. RGB value is (52,135,13). Sum of RGB (Red+Green+Blue) = 52+135+13=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 135 (53.12% from 255 or 67.5% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 135 - color contains mainly: green. Hex color #34870D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34870D is #CB78F2. Grayscale: #606060. Windows color (decimal): -13334771 or 886580. OLE color: 886580.

HSL color Cylindrical-coordinate representation of color #34870D: hue angle of 100.82º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34870D is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB5213513-
CMYK0.6100.900.47
HSL100.82º82.43%29.02%-
HSV(B)100.82º90.37%52.94%-
XYZ10.1518.093.34-
YUV96.288196.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26%
GREEN value IS 135 (53.12% from 255) = 67.5%
BLUE value IS 13 (5.47% from 255) = 6.5%
R=26%
G=67.5%
B=6.5%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52135130.6100.900.47100.8282.4329.02
Hex3487D3D05A2F65521d
Octal64207157501325714512235
Binary110100100001111101111101010110101011111100101101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34870D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,135,13); }

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

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

 a { background-color: rgb(52,135,13); }

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

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

 span { border-color: rgb(52,135,13); }

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