#345409

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

Shades of Verdun Green #345409

Tints of Verdun Green #345409

Color information

#345409 (or 0x345409) is unknown color: approx Verdun Green. HEX triplet: 34, 54 and 09. RGB value is (52,84,9). Sum of RGB (Red+Green+Blue) = 52+84+9=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 84 (33.20% from 255 or 57.93% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 84 - color contains mainly: green. Hex color #345409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345409 is #CBABF6. Grayscale: #424242. Windows color (decimal): -13347831 or 611380. OLE color: 611380.

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

Color convert

RGB52849-
CMYK0.3800.890.67
HSL85.6º80.65%18.24%-
HSV(B)85.6º89.29%32.94%-
XYZ4.647.091.38-
YUV65.8895.9118.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.86%
GREEN value IS 84 (33.20% from 255) = 57.93%
BLUE value IS 9 (3.91% from 255) = 6.21%
R=35.86%
G=57.93%
B=6.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal528490.3800.890.6785.680.6518.24
Hex345492605943565112
Octal641241146013110312612122
Binary110100101010010011001100101100110000111010110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345409; }

 p { color: rgb(52,84,9); }

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

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

 a { background-color: rgb(52,84,9); }

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

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

 span { border-color: rgb(52,84,9); }

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