#34751E

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

Shades of Bilbao #34751E

Tints of Bilbao #34751E

Color information

#34751E (or 0x34751E) is unknown color: approx Bilbao. HEX triplet: 34, 75 and 1E. RGB value is (52,117,30). Sum of RGB (Red+Green+Blue) = 52+117+30=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 117 (46.09% from 255 or 58.79% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 117 - color contains mainly: green. Hex color #34751E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34751E is #CB8AE1. Grayscale: #575757. Windows color (decimal): -13339362 or 1996084. OLE color: 1996084.

HSL color Cylindrical-coordinate representation of color #34751E: hue angle of 104.83º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34751E is Cyan = 0.56, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB5211730-
CMYK0.5600.740.54
HSL104.83º59.18%28.82%-
HSV(B)104.83º74.36%45.88%-
XYZ8.0113.553.42-
YUV87.6595.47102.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.13%
GREEN value IS 117 (46.09% from 255) = 58.79%
BLUE value IS 30 (12.11% from 255) = 15.08%
R=26.13%
G=58.79%
B=15.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52117300.5600.740.54104.8359.1828.82
Hex34751E3804A36693b1d
Octal6416536700112661517335
Binary11010011101011111011100001001010110110110100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34751E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34751E; }

 p { color: rgb(52,117,30); }

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

<style>
 a { background-color: #34751E; }

 a { background-color: rgb(52,117,30); }

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

<style>
 span { border-color: #34751E; }

 span { border-color: rgb(52,117,30); }

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