Html Css Color HEX #345409 Verdun Green

📋 copy color: '#345409'

red 52 ◦ green 84 ◦ blue 9

#345409
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #345409

Tints of Verdun Green #345409

RGB

 RED value IS 52 (20.7% from 255) = 35.86%

 GREEN value IS 84 (33.2% 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 value IS 0.38

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#345409 (or 0x345409) is known color: 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

RGB 52 84 9 -
CMYK 0.38 0 0.89 0.67
HSL 85.6º 0.81% 0.18% -
HSV(B) 85.6º 0.89% 0.33% -
XYZ 4.64 7.09 1.38 -
YUV 65.88 95.9 118.1 -
System Red Green Blue C M Y K H S L
Decimal 52 84 9 0.38 0 0.89 0.67 85.6 0.81 0.18
Hex 34 54 9 26 0 59 43 56 51 12
Octal 64 124 11 46 0 131 103 126 121 22
Binary 110100 1010100 1001 100110 0 1011001 1000011 1010110 1010001 10010

Color Harmonies of #345409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345409

Black with #345409

Text Example


Text Example

White with #345409

Text Example


Text Example

HTML Codes & Css Web 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>