Html Css Color HEX #346404 Verdun Green

📋 copy color: '#346404'

red 52 ◦ green 100 ◦ blue 4

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

Shades of Verdun Green #346404

Tints of Verdun Green #346404

RGB

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

 GREEN value IS 100 (39.45% from 255) = 64.1%

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

R = 33.33%
G = 64.1%
B = 2.56%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#346404 (or 0x346404) is known color: Verdun Green. HEX triplet: 34, 64 and 04. RGB value is (52,100,4). Sum of RGB (Red+Green+Blue) = 52+100+4=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 100 (39.45% from 255 or 64.10% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 100 - color contains mainly: green. Hex color #346404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346404 is #CB9BFB. Grayscale: #4B4B4B. Windows color (decimal): -13343740 or 287796. OLE color: 287796.

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

Color convert

RGB 52 100 4 -
CMYK 0.48 0 0.96 0.61
HSL 90º 0.92% 0.2% -
HSV(B) 90º 0.96% 0.39% -
XYZ 6 9.85 1.7 -
YUV 74.7 88.1 111.81 -
System Red Green Blue C M Y K H S L
Decimal 52 100 4 0.48 0 0.96 0.61 90 0.92 0.2
Hex 34 64 4 30 0 60 3D 5A 5C 14
Octal 64 144 4 60 0 140 75 132 134 24
Binary 110100 1100100 100 110000 0 1100000 111101 1011010 1011100 10100

Color Harmonies of #346404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346404

Black with #346404

Text Example


Text Example

White with #346404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346404; }

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

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

background-color css

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

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

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

border-color css

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

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

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