#345506

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

Shades of Verdun Green #345506

Tints of Verdun Green #345506

Color information

#345506 (or 0x345506) is unknown color: approx Verdun Green. HEX triplet: 34, 55 and 06. RGB value is (52,85,6). Sum of RGB (Red+Green+Blue) = 52+85+6=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 85 (33.59% from 255 or 59.44% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 85 - color contains mainly: green. Hex color #345506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345506 is #CBAAF9. Grayscale: #424242. Windows color (decimal): -13347578 or 415028. OLE color: 415028.

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

Color convert

RGB52856-
CMYK0.3900.930.67
HSL85.06º86.81%17.84%-
HSV(B)85.06º92.94%33.33%-
XYZ4.77.241.32-
YUV66.1394.07117.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.36%
GREEN value IS 85 (33.59% from 255) = 59.44%
BLUE value IS 6 (2.73% from 255) = 4.20%
R=36.36%
G=59.44%
B=4.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal528560.3900.930.6785.0686.8117.84
Hex345562705D43555712
Octal64125647013510312512722
Binary11010010101011101001110101110110000111010101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345506; }

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

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

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

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

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

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

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

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