Html Css Color HEX #345A09 Verdun Green

📋 copy color: '#345A09'

red 52 ◦ green 90 ◦ blue 9

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

Shades of Verdun Green #345A09

Tints of Verdun Green #345A09

RGB

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

 GREEN value IS 90 (35.55% from 255) = 59.6%

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

R = 34.44%
G = 59.6%
B = 5.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.9

 K value IS 0.65

RGB Variations

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

Color information

#345A09 (or 0x345A09) is known color: Verdun Green. HEX triplet: 34, 5A and 09. RGB value is (52,90,9). Sum of RGB (Red+Green+Blue) = 52+90+9=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 90 (35.55% from 255 or 59.60% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 90 - color contains mainly: green. Hex color #345A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345A09 is #CBA5F6. Grayscale: #454545. Windows color (decimal): -13346295 or 612916. OLE color: 612916.

HSL color Cylindrical-coordinate representation of color #345A09: hue angle of 88.15º 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 #345A09 is Cyan = 0.42, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 90 9 -
CMYK 0.42 0 0.9 0.65
HSL 88.15º 0.82% 0.19% -
HSV(B) 88.15º 0.9% 0.35% -
XYZ 5.12 8.06 1.54 -
YUV 69.4 93.91 115.59 -
System Red Green Blue C M Y K H S L
Decimal 52 90 9 0.42 0 0.9 0.65 88.15 0.82 0.19
Hex 34 5A 9 2A 0 5A 41 58 52 13
Octal 64 132 11 52 0 132 101 130 122 23
Binary 110100 1011010 1001 101010 0 1011010 1000001 1011000 1010010 10011

Color Harmonies of #345A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A09

Black with #345A09

Text Example


Text Example

White with #345A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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