Html Css Color HEX #346800 Verdun Green

📋 copy color: '#346800'

red 52 ◦ green 104 ◦ blue 0

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

Shades of Verdun Green #346800

Tints of Verdun Green #346800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.33%
G = 66.67%
B = 0%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#346800 (or 0x346800) is known color: Verdun Green. HEX triplet: 34, 68 and 00. RGB value is (52,104,0). Sum of RGB (Red+Green+Blue) = 52+104+0=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 104 (41.02% from 255 or 66.67% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 104 - color contains mainly: green. Hex color #346800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346800 is #CB97FF. Grayscale: #4C4C4C. Windows color (decimal): -13342720 or 26676. OLE color: 26676.

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

Color convert

RGB 52 104 0 -
CMYK 0.50 0 1 0.59
HSL 90º 1% 0.2% -
HSV(B) 90º 1% 0.41% -
XYZ 6.37 10.63 1.72 -
YUV 76.6 84.77 110.46 -
System Red Green Blue C M Y K H S L
Decimal 52 104 0 0.50 0 1 0.59 90 1 0.2
Hex 34 68 0 32 0 64 3B 5A 64 14
Octal 64 150 0 62 0 144 73 132 144 24
Binary 110100 1101000 0 110010 0 1100100 111011 1011010 1100100 10100

Color Harmonies of #346800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346800

Black with #346800

Text Example


Text Example

White with #346800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346800; }

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

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

background-color css

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

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

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

border-color css

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

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

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