#345306

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

Shades of Verdun Green #345306

Tints of Verdun Green #345306

Color information

#345306 (or 0x345306) is unknown color: approx Verdun Green. HEX triplet: 34, 53 and 06. RGB value is (52,83,6). Sum of RGB (Red+Green+Blue) = 52+83+6=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 83 (32.81% from 255 or 58.87% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 83 - color contains mainly: green. Hex color #345306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345306 is #CBACF9. Grayscale: #414141. Windows color (decimal): -13348090 or 414516. OLE color: 414516.

HSL color Cylindrical-coordinate representation of color #345306: hue angle of 84.16º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #345306 is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB52836-
CMYK0.3700.930.67
HSL84.16º86.52%17.45%-
HSV(B)84.16º92.77%32.55%-
XYZ4.546.931.27-
YUV64.9594.73118.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.88%
GREEN value IS 83 (32.81% from 255) = 58.87%
BLUE value IS 6 (2.73% from 255) = 4.26%
R=36.88%
G=58.87%
B=4.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal528360.3700.930.6784.1686.5217.45
Hex345362505D43545711
Octal64123645013510312412721
Binary11010010100111101001010101110110000111010100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345306; }

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

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

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

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

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

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

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

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