#34620C

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

Shades of Verdun Green #34620C

Tints of Verdun Green #34620C

Color information

#34620C (or 0x34620C) is unknown color: approx Verdun Green. HEX triplet: 34, 62 and 0C. RGB value is (52,98,12). Sum of RGB (Red+Green+Blue) = 52+98+12=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 98 (38.67% from 255 or 60.49% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 98 - color contains mainly: green. Hex color #34620C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34620C is #CB9DF3. Grayscale: #4A4A4A. Windows color (decimal): -13344244 or 811572. OLE color: 811572.

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

Color convert

RGB529812-
CMYK0.4700.880.62
HSL92.09º78.18%21.57%-
HSV(B)92.09º87.76%38.43%-
XYZ5.859.491.87-
YUV74.4492.76111.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.10%
GREEN value IS 98 (38.67% from 255) = 60.49%
BLUE value IS 12 (5.08% from 255) = 7.41%
R=32.10%
G=60.49%
B=7.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5298120.4700.880.6292.0978.1821.57
Hex3462C2F0583E5c4e16
Octal64142145701307613411626
Binary11010011000101100101111010110001111101011100100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34620C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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