#34610D

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

Shades of Verdun Green #34610D

Tints of Verdun Green #34610D

Color information

#34610D (or 0x34610D) is unknown color: approx Verdun Green. HEX triplet: 34, 61 and 0D. RGB value is (52,97,13). Sum of RGB (Red+Green+Blue) = 52+97+13=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 97 (38.28% from 255 or 59.88% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 97 - color contains mainly: green. Hex color #34610D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34610D is #CB9EF2. Grayscale: #4A4A4A. Windows color (decimal): -13344499 or 876852. OLE color: 876852.

HSL color Cylindrical-coordinate representation of color #34610D: hue angle of 92.14º degrees, saturation: 0.76, 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 #34610D is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB529713-
CMYK0.4600.870.62
HSL92.14º76.36%21.57%-
HSV(B)92.14º86.6%38.04%-
XYZ5.769.311.87-
YUV73.9793.59112.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.10%
GREEN value IS 97 (38.28% from 255) = 59.88%
BLUE value IS 13 (5.47% from 255) = 8.02%
R=32.10%
G=59.88%
B=8.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5297130.4600.870.6292.1476.3621.57
Hex3461D2E0573E5c4c16
Octal64141155601277613411426
Binary11010011000011101101110010101111111101011100100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34610D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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