Html Css Color HEX #345A05 Verdun Green

📋 copy color: '#345A05'

red 52 ◦ green 90 ◦ blue 5

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

Shades of Verdun Green #345A05

Tints of Verdun Green #345A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.4%

R = 35.37%
G = 61.22%
B = 3.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#345A05 (or 0x345A05) is known color: Verdun Green. HEX triplet: 34, 5A and 05. RGB value is (52,90,5). Sum of RGB (Red+Green+Blue) = 52+90+5=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 90 (35.55% from 255 or 61.22% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 90 - color contains mainly: green. Hex color #345A05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345A05 is #CBA5FA. Grayscale: #454545. Windows color (decimal): -13346299 or 350772. OLE color: 350772.

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

Color convert

RGB 52 90 5 -
CMYK 0.42 0 0.94 0.65
HSL 86.82º 0.89% 0.19% -
HSV(B) 86.82º 0.94% 0.35% -
XYZ 5.1 8.05 1.43 -
YUV 68.95 91.91 115.91 -
System Red Green Blue C M Y K H S L
Decimal 52 90 5 0.42 0 0.94 0.65 86.82 0.89 0.19
Hex 34 5A 5 2A 0 5E 41 57 59 13
Octal 64 132 5 52 0 136 101 127 131 23
Binary 110100 1011010 101 101010 0 1011110 1000001 1010111 1011001 10011

Color Harmonies of #345A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A05

Black with #345A05

Text Example


Text Example

White with #345A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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