Html Css Color HEX #345904 Verdun Green

📋 copy color: '#345904'

red 52 ◦ green 89 ◦ blue 4

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

Shades of Verdun Green #345904

Tints of Verdun Green #345904

RGB

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

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

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

R = 35.86%
G = 61.38%
B = 2.76%

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

#345904 (or 0x345904) is known color: Verdun Green. HEX triplet: 34, 59 and 04. RGB value is (52,89,4). Sum of RGB (Red+Green+Blue) = 52+89+4=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 89 (35.16% from 255 or 61.38% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 89 - color contains mainly: green. Hex color #345904 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345904 is #CBA6FB. Grayscale: #444444. Windows color (decimal): -13346556 or 284980. OLE color: 284980.

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

Color convert

RGB 52 89 4 -
CMYK 0.42 0 0.96 0.65
HSL 86.12º 0.91% 0.18% -
HSV(B) 86.12º 0.96% 0.35% -
XYZ 5.01 7.88 1.37 -
YUV 68.25 91.74 116.41 -
System Red Green Blue C M Y K H S L
Decimal 52 89 4 0.42 0 0.96 0.65 86.12 0.91 0.18
Hex 34 59 4 2A 0 60 41 56 5B 12
Octal 64 131 4 52 0 140 101 126 133 22
Binary 110100 1011001 100 101010 0 1100000 1000001 1010110 1011011 10010

Color Harmonies of #345904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345904

Black with #345904

Text Example


Text Example

White with #345904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345904; }

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

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

background-color css

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

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

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

border-color css

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

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

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