#34620D

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

Shades of Verdun Green #34620D

Tints of Verdun Green #34620D

Color information

#34620D (or 0x34620D) is unknown color: approx Verdun Green. HEX triplet: 34, 62 and 0D. RGB value is (52,98,13). Sum of RGB (Red+Green+Blue) = 52+98+13=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 98 (38.67% from 255 or 60.12% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 98 - color contains mainly: green. Hex color #34620D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34620D is #CB9DF2. Grayscale: #4A4A4A. Windows color (decimal): -13344243 or 877108. OLE color: 877108.

HSL color Cylindrical-coordinate representation of color #34620D: hue angle of 92.47º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34620D is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB529813-
CMYK0.4700.870.62
HSL92.47º76.58%21.76%-
HSV(B)92.47º86.73%38.43%-
XYZ5.869.491.9-
YUV74.5693.26111.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.90%
GREEN value IS 98 (38.67% from 255) = 60.12%
BLUE value IS 13 (5.47% from 255) = 7.98%
R=31.90%
G=60.12%
B=7.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5298130.4700.870.6292.4776.5821.76
Hex3462D2F0573E5c4d16
Octal64142155701277613411526
Binary11010011000101101101111010101111111101011100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34620D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34620D; }

 p { color: rgb(52,98,13); }

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

<style>
 a { background-color: #34620D; }

 a { background-color: rgb(52,98,13); }

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

<style>
 span { border-color: #34620D; }

 span { border-color: rgb(52,98,13); }

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