#345F06

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

Shades of Verdun Green #345F06

Tints of Verdun Green #345F06

Color information

#345F06 (or 0x345F06) is unknown color: approx Verdun Green. HEX triplet: 34, 5F and 06. RGB value is (52,95,6). Sum of RGB (Red+Green+Blue) = 52+95+6=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 95 (37.5% from 255 or 62.09% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 95 - color contains mainly: green. Hex color #345F06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345F06 is #CBA0F9. Grayscale: #484848. Windows color (decimal): -13345018 or 417588. OLE color: 417588.

HSL color Cylindrical-coordinate representation of color #345F06: hue angle of 88.99º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #345F06 is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.63.

Color convert

RGB52956-
CMYK0.4500.940.63
HSL88.99º88.12%19.8%-
HSV(B)88.99º93.68%37.25%-
XYZ5.548.931.6-
YUV7290.75113.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.99%
GREEN value IS 95 (37.5% from 255) = 62.09%
BLUE value IS 6 (2.73% from 255) = 3.92%
R=33.99%
G=62.09%
B=3.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal529560.4500.940.6388.9988.1219.8
Hex345F62D05E3F595814
Octal6413765501367713113024
Binary1101001011111110101101010111101111111011001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,95,6); }

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

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

 a { background-color: rgb(52,95,6); }

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

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

 span { border-color: rgb(52,95,6); }

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