#345D09

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

Shades of Verdun Green #345D09

Tints of Verdun Green #345D09

Color information

#345D09 (or 0x345D09) is unknown color: approx Verdun Green. HEX triplet: 34, 5D and 09. RGB value is (52,93,9). Sum of RGB (Red+Green+Blue) = 52+93+9=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 93 (36.72% from 255 or 60.39% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 93 - color contains mainly: green. Hex color #345D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345D09 is #CBA2F6. Grayscale: #474747. Windows color (decimal): -13345527 or 613684. OLE color: 613684.

HSL color Cylindrical-coordinate representation of color #345D09: hue angle of 89.29º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #345D09 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB52939-
CMYK0.4400.900.64
HSL89.29º82.35%20%-
HSV(B)89.29º90.32%36.47%-
XYZ5.388.581.63-
YUV71.1692.92114.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.77%
GREEN value IS 93 (36.72% from 255) = 60.39%
BLUE value IS 9 (3.91% from 255) = 5.84%
R=33.77%
G=60.39%
B=5.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal529390.4400.900.6489.2982.3520
Hex345D92C05A40595214
Octal641351154013210013112224
Binary110100101110110011011000101101010000001011001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345D09; }

 p { color: rgb(52,93,9); }

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

<style>
 a { background-color: #345D09; }

 a { background-color: rgb(52,93,9); }

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

<style>
 span { border-color: #345D09; }

 span { border-color: rgb(52,93,9); }

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