#345A06

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

Shades of Verdun Green #345A06

Tints of Verdun Green #345A06

Color information

#345A06 (or 0x345A06) is unknown color: approx Verdun Green. HEX triplet: 34, 5A and 06. RGB value is (52,90,6). Sum of RGB (Red+Green+Blue) = 52+90+6=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 90 (35.55% from 255 or 60.81% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 90 - color contains mainly: green. Hex color #345A06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345A06 is #CBA5F9. Grayscale: #454545. Windows color (decimal): -13346298 or 416308. OLE color: 416308.

HSL color Cylindrical-coordinate representation of color #345A06: hue angle of 87.14º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #345A06 is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB52906-
CMYK0.4200.930.65
HSL87.14º87.5%18.82%-
HSV(B)87.14º93.33%35.29%-
XYZ5.118.061.46-
YUV69.0692.41115.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.14%
GREEN value IS 90 (35.55% from 255) = 60.81%
BLUE value IS 6 (2.73% from 255) = 4.05%
R=35.14%
G=60.81%
B=4.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal529060.4200.930.6587.1487.518.82
Hex345A62A05D41575813
Octal64132652013510112713023
Binary11010010110101101010100101110110000011010111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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