Html Css Color HEX #346204 Verdun Green

📋 copy color: '#346204'

red 52 ◦ green 98 ◦ blue 4

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

Shades of Verdun Green #346204

Tints of Verdun Green #346204

RGB

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

 GREEN value IS 98 (38.67% from 255) = 63.64%

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

R = 33.77%
G = 63.64%
B = 2.6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#346204 (or 0x346204) is known color: Verdun Green. HEX triplet: 34, 62 and 04. RGB value is (52,98,4). Sum of RGB (Red+Green+Blue) = 52+98+4=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 98 (38.67% from 255 or 63.64% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 98 - color contains mainly: green. Hex color #346204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346204 is #CB9DFB. Grayscale: #494949. Windows color (decimal): -13344252 or 287284. OLE color: 287284.

HSL color Cylindrical-coordinate representation of color #346204: hue angle of 89.36º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #346204 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 98 4 -
CMYK 0.47 0 0.96 0.62
HSL 89.36º 0.92% 0.2% -
HSV(B) 89.36º 0.96% 0.38% -
XYZ 5.81 9.47 1.64 -
YUV 73.53 88.76 112.64 -
System Red Green Blue C M Y K H S L
Decimal 52 98 4 0.47 0 0.96 0.62 89.36 0.92 0.2
Hex 34 62 4 2F 0 60 3E 59 5C 14
Octal 64 142 4 57 0 140 76 131 134 24
Binary 110100 1100010 100 101111 0 1100000 111110 1011001 1011100 10100

Color Harmonies of #346204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346204

Black with #346204

Text Example


Text Example

White with #346204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346204; }

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

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

background-color css

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

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

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

border-color css

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

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

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