Html Css Color HEX #345604 Verdun Green

📋 copy color: '#345604'

red 52 ◦ green 86 ◦ blue 4

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

Shades of Verdun Green #345604

Tints of Verdun Green #345604

RGB

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

 GREEN value IS 86 (33.98% from 255) = 60.56%

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

R = 36.62%
G = 60.56%
B = 2.82%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#345604 (or 0x345604) is known color: Verdun Green. HEX triplet: 34, 56 and 04. RGB value is (52,86,4). Sum of RGB (Red+Green+Blue) = 52+86+4=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 86 (33.98% from 255 or 60.56% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 86 - color contains mainly: green. Hex color #345604 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345604 is #CBA9FB. Grayscale: #424242. Windows color (decimal): -13347324 or 284212. OLE color: 284212.

HSL color Cylindrical-coordinate representation of color #345604: hue angle of 84.88º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #345604 is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 86 4 -
CMYK 0.40 0 0.95 0.66
HSL 84.88º 0.91% 0.18% -
HSV(B) 84.88º 0.95% 0.34% -
XYZ 4.77 7.39 1.29 -
YUV 66.49 92.74 117.67 -
System Red Green Blue C M Y K H S L
Decimal 52 86 4 0.40 0 0.95 0.66 84.88 0.91 0.18
Hex 34 56 4 28 0 5F 42 55 5B 12
Octal 64 126 4 50 0 137 102 125 133 22
Binary 110100 1010110 100 101000 0 1011111 1000010 1010101 1011011 10010

Color Harmonies of #345604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345604

Black with #345604

Text Example


Text Example

White with #345604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345604; }

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

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

background-color css

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

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

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

border-color css

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

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

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