Html Css Color HEX #345A04 Verdun Green

📋 copy color: '#345A04'

red 52 ◦ green 90 ◦ blue 4

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

Shades of Verdun Green #345A04

Tints of Verdun Green #345A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.74%

R = 35.62%
G = 61.64%
B = 2.74%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#345A04 (or 0x345A04) is known color: Verdun Green. HEX triplet: 34, 5A and 04. RGB value is (52,90,4). Sum of RGB (Red+Green+Blue) = 52+90+4=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 90 (35.55% from 255 or 61.64% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 90 - color contains mainly: green. Hex color #345A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345A04 is #CBA5FB. Grayscale: #454545. Windows color (decimal): -13346300 or 285236. OLE color: 285236.

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

Color convert

RGB 52 90 4 -
CMYK 0.42 0 0.96 0.65
HSL 86.51º 0.91% 0.18% -
HSV(B) 86.51º 0.96% 0.35% -
XYZ 5.09 8.05 1.4 -
YUV 68.83 91.41 115.99 -
System Red Green Blue C M Y K H S L
Decimal 52 90 4 0.42 0 0.96 0.65 86.51 0.91 0.18
Hex 34 5A 4 2A 0 60 41 57 5B 12
Octal 64 132 4 52 0 140 101 127 133 22
Binary 110100 1011010 100 101010 0 1100000 1000001 1010111 1011011 10010

Color Harmonies of #345A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A04

Black with #345A04

Text Example


Text Example

White with #345A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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