Html Css Color HEX #345909 Verdun Green

📋 copy color: '#345909'

red 52 ◦ green 89 ◦ blue 9

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

Shades of Verdun Green #345909

Tints of Verdun Green #345909

RGB

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

 GREEN value IS 89 (35.16% from 255) = 59.33%

 BLUE value IS 9 (3.91% from 255) = 6%

R = 34.67%
G = 59.33%
B = 6%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#345909 (or 0x345909) is known color: Verdun Green. HEX triplet: 34, 59 and 09. RGB value is (52,89,9). Sum of RGB (Red+Green+Blue) = 52+89+9=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 89 (35.16% from 255 or 59.33% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 89 - color contains mainly: green. Hex color #345909 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345909 is #CBA6F6. Grayscale: #454545. Windows color (decimal): -13346551 or 612660. OLE color: 612660.

HSL color Cylindrical-coordinate representation of color #345909: hue angle of 87.75º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #345909 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 89 9 -
CMYK 0.42 0 0.90 0.65
HSL 87.75º 0.82% 0.19% -
HSV(B) 87.75º 0.9% 0.35% -
XYZ 5.04 7.89 1.52 -
YUV 68.82 94.24 116 -
System Red Green Blue C M Y K H S L
Decimal 52 89 9 0.42 0 0.90 0.65 87.75 0.82 0.19
Hex 34 59 9 2A 0 5A 41 58 52 13
Octal 64 131 11 52 0 132 101 130 122 23
Binary 110100 1011001 1001 101010 0 1011010 1000001 1011000 1010010 10011

Color Harmonies of #345909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345909

Black with #345909

Text Example


Text Example

White with #345909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345909; }

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

 H1.HeaderClassName
 {
   color: #345909;
 }
 .AnyTagClassName
 {
   color: #345909;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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