#34590c

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

Shades of Verdun Green #34590C

Tints of Verdun Green #34590C

Color information

#34590C (or 0x34590C) is unknown color: approx Verdun Green. HEX triplet: 34, 59 and 0C. RGB value is (52,89,12). Sum of RGB (Red+Green+Blue) = 52+89+12=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 89 (35.16% from 255 or 58.17% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 89 - color contains mainly: green. Hex color #34590C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34590C is #CBA6F3. Grayscale: #454545. Windows color (decimal): -13346548 or 809268. OLE color: 809268.

HSL color Cylindrical-coordinate representation of color #34590C: hue angle of 88.83º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34590C is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB528912-
CMYK0.4200.870.65
HSL88.83º76.24%19.8%-
HSV(B)88.83º86.52%34.9%-
XYZ5.057.91.61-
YUV69.1695.74115.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.99%
GREEN value IS 89 (35.16% from 255) = 58.17%
BLUE value IS 12 (5.08% from 255) = 7.84%
R=33.99%
G=58.17%
B=7.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289120.4200.870.6588.8376.2419.8
Hex3459C2A05741594c14
Octal641311452012710113111424
Binary110100101100111001010100101011110000011011001100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34590c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34590c; }

 p { color: rgb(52,89,12); }

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

<style>
 a { background-color: #34590c; }

 a { background-color: rgb(52,89,12); }

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

<style>
 span { border-color: #34590c; }

 span { border-color: rgb(52,89,12); }

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