#34590E

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

Shades of Verdun Green #34590E

Tints of Verdun Green #34590E

Color information

#34590E (or 0x34590E) is unknown color: approx Verdun Green. HEX triplet: 34, 59 and 0E. RGB value is (52,89,14). Sum of RGB (Red+Green+Blue) = 52+89+14=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 89 (35.16% from 255 or 57.42% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 89 - color contains mainly: green. Hex color #34590E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34590E is #CBA6F1. Grayscale: #454545. Windows color (decimal): -13346546 or 940340. OLE color: 940340.

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

Color convert

RGB528914-
CMYK0.4200.840.65
HSL89.6º72.82%20.2%-
HSV(B)89.6º84.27%34.9%-
XYZ5.077.911.67-
YUV69.3996.74115.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.55%
GREEN value IS 89 (35.16% from 255) = 57.42%
BLUE value IS 14 (5.86% from 255) = 9.03%
R=33.55%
G=57.42%
B=9.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289140.4200.840.6589.672.8220.2
Hex3459E2A054415a4914
Octal641311652012410113211124
Binary110100101100111101010100101010010000011011010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34590E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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