#34721E

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

Shades of Bilbao #34721E

Tints of Bilbao #34721E

Color information

#34721E (or 0x34721E) is unknown color: approx Bilbao. HEX triplet: 34, 72 and 1E. RGB value is (52,114,30). Sum of RGB (Red+Green+Blue) = 52+114+30=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 114 (44.92% from 255 or 58.16% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 114 - color contains mainly: green. Hex color #34721E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34721E is #CB8DE1. Grayscale: #565656. Windows color (decimal): -13340130 or 1995316. OLE color: 1995316.

HSL color Cylindrical-coordinate representation of color #34721E: hue angle of 104.29º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34721E is Cyan = 0.54, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB5211430-
CMYK0.5400.740.55
HSL104.29º58.33%28.24%-
HSV(B)104.29º73.68%44.71%-
XYZ7.6712.863.31-
YUV85.8996.46103.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 114 (44.92% from 255) = 58.16%
BLUE value IS 30 (12.11% from 255) = 15.31%
R=26.53%
G=58.16%
B=15.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52114300.5400.740.55104.2958.3328.24
Hex34721E3604A37683a1c
Octal6416236660112671507234
Binary11010011100101111011011001001010110111110100011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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