#345205

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

Shades of Verdun Green #345205

Tints of Verdun Green #345205

Color information

#345205 (or 0x345205) is unknown color: approx Verdun Green. HEX triplet: 34, 52 and 05. RGB value is (52,82,5). Sum of RGB (Red+Green+Blue) = 52+82+5=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 82 (32.42% from 255 or 58.99% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 82 - color contains mainly: green. Hex color #345205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345205 is #CBADFA. Grayscale: #404040. Windows color (decimal): -13348347 or 348724. OLE color: 348724.

HSL color Cylindrical-coordinate representation of color #345205: hue angle of 83.38º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #345205 is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB52825-
CMYK0.3700.940.68
HSL83.38º88.51%17.06%-
HSV(B)83.38º93.9%32.16%-
XYZ4.466.781.22-
YUV64.2594.56119.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.41%
GREEN value IS 82 (32.42% from 255) = 58.99%
BLUE value IS 5 (2.34% from 255) = 3.60%
R=37.41%
G=58.99%
B=3.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal528250.3700.940.6883.3888.5117.06
Hex345252505E44535911
Octal64122545013610412313121
Binary11010010100101011001010101111010001001010011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345205; }

 p { color: rgb(52,82,5); }

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

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

 a { background-color: rgb(52,82,5); }

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

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

 span { border-color: rgb(52,82,5); }

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