#34710F

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

Shades of Bilbao #34710F

Tints of Bilbao #34710F

Color information

#34710F (or 0x34710F) is unknown color: approx Bilbao. HEX triplet: 34, 71 and 0F. RGB value is (52,113,15). Sum of RGB (Red+Green+Blue) = 52+113+15=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 113 (44.53% from 255 or 62.78% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 113 - color contains mainly: green. Hex color #34710F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34710F is #CB8EF0. Grayscale: #535353. Windows color (decimal): -13340401 or 1012020. OLE color: 1012020.

HSL color Cylindrical-coordinate representation of color #34710F: hue angle of 97.35º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34710F is Cyan = 0.54, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB5211315-
CMYK0.5400.870.56
HSL97.35º76.56%25.1%-
HSV(B)97.35º86.73%44.31%-
XYZ7.4112.572.49-
YUV83.5989.29105.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.89%
GREEN value IS 113 (44.53% from 255) = 62.78%
BLUE value IS 15 (6.25% from 255) = 8.33%
R=28.89%
G=62.78%
B=8.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52113150.5400.870.5697.3576.5625.1
Hex3471F3605738614d19
Octal64161176601277014111531
Binary11010011100011111110110010101111110001100001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34710F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34710F; }

 p { color: rgb(52,113,15); }

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

<style>
 a { background-color: #34710F; }

 a { background-color: rgb(52,113,15); }

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

<style>
 span { border-color: #34710F; }

 span { border-color: rgb(52,113,15); }

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