Html Css Color HEX #346804 Verdun Green

📋 copy color: '#346804'

red 52 ◦ green 104 ◦ blue 4

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

Shades of Verdun Green #346804

Tints of Verdun Green #346804

RGB

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

 GREEN value IS 104 (41.02% from 255) = 65%

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

R = 32.5%
G = 65%
B = 2.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#346804 (or 0x346804) is known color: Verdun Green. HEX triplet: 34, 68 and 04. RGB value is (52,104,4). Sum of RGB (Red+Green+Blue) = 52+104+4=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 104 (41.02% from 255 or 65% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 104 - color contains mainly: green. Hex color #346804 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346804 is #CB97FB. Grayscale: #4D4D4D. Windows color (decimal): -13342716 or 288820. OLE color: 288820.

HSL color Cylindrical-coordinate representation of color #346804: hue angle of 91.2º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #346804 is Cyan = 0.50, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 104 4 -
CMYK 0.50 0 0.96 0.59
HSL 91.2º 0.93% 0.21% -
HSV(B) 91.2º 0.96% 0.41% -
XYZ 6.39 10.64 1.83 -
YUV 77.05 86.77 110.13 -
System Red Green Blue C M Y K H S L
Decimal 52 104 4 0.50 0 0.96 0.59 91.2 0.93 0.21
Hex 34 68 4 32 0 60 3B 5B 5D 15
Octal 64 150 4 62 0 140 73 133 135 25
Binary 110100 1101000 100 110010 0 1100000 111011 1011011 1011101 10101

Color Harmonies of #346804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346804

Black with #346804

Text Example


Text Example

White with #346804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346804; }

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

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

background-color css

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

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

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

border-color css

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

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

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