#345D04

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

Shades of Verdun Green #345D04

Tints of Verdun Green #345D04

Color information

#345D04 (or 0x345D04) is unknown color: approx Verdun Green. HEX triplet: 34, 5D and 04. RGB value is (52,93,4). Sum of RGB (Red+Green+Blue) = 52+93+4=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 93 (36.72% from 255 or 62.42% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 93 - color contains mainly: green. Hex color #345D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345D04 is #CBA2FB. Grayscale: #464646. Windows color (decimal): -13345532 or 286004. OLE color: 286004.

HSL color Cylindrical-coordinate representation of color #345D04: hue angle of 87.64º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #345D04 is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.

Color convert

RGB52934-
CMYK0.4400.960.64
HSL87.64º91.75%19.02%-
HSV(B)87.64º95.7%36.47%-
XYZ5.358.571.49-
YUV70.690.42114.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.90%
GREEN value IS 93 (36.72% from 255) = 62.42%
BLUE value IS 4 (1.95% from 255) = 2.68%
R=34.90%
G=62.42%
B=2.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal529340.4400.960.6487.6491.7519.02
Hex345D42C06040585c13
Octal64135454014010013013423
Binary11010010111011001011000110000010000001011000101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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