#345604

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

Shades of Verdun Green #345604

Tints of Verdun Green #345604

Color information

#345604 (or 0x345604) is unknown color: approx Verdun Green. HEX triplet: 34, 56 and 04. RGB value is (52,86,4). Sum of RGB (Red+Green+Blue) = 52+86+4=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 86 (33.98% from 255 or 60.56% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 86 - color contains mainly: green. Hex color #345604 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345604 is #CBA9FB. Grayscale: #424242. Windows color (decimal): -13347324 or 284212. OLE color: 284212.

HSL color Cylindrical-coordinate representation of color #345604: hue angle of 84.88º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #345604 is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB52864-
CMYK0.4000.950.66
HSL84.88º91.11%17.65%-
HSV(B)84.88º95.35%33.73%-
XYZ4.777.391.29-
YUV66.4992.74117.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.62%
GREEN value IS 86 (33.98% from 255) = 60.56%
BLUE value IS 4 (1.95% from 255) = 2.82%
R=36.62%
G=60.56%
B=2.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal528640.4000.950.6684.8891.1117.65
Hex345642805F42555b12
Octal64126450013710212513322
Binary11010010101101001010000101111110000101010101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345604; }

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

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

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

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

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

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

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

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