Html Css Color HEX #346802 Verdun Green

📋 copy color: '#346802'

red 52 ◦ green 104 ◦ blue 2

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

Shades of Verdun Green #346802

Tints of Verdun Green #346802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.27%

R = 32.91%
G = 65.82%
B = 1.27%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#346802 (or 0x346802) is known color: Verdun Green. HEX triplet: 34, 68 and 02. RGB value is (52,104,2). Sum of RGB (Red+Green+Blue) = 52+104+2=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 104 (41.02% from 255 or 65.82% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 104 - color contains mainly: green. Hex color #346802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346802 is #CB97FD. Grayscale: #4D4D4D. Windows color (decimal): -13342718 or 157748. OLE color: 157748.

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

Color convert

RGB 52 104 2 -
CMYK 0.50 0 0.98 0.59
HSL 90.59º 0.96% 0.21% -
HSV(B) 90.59º 0.98% 0.41% -
XYZ 6.38 10.64 1.77 -
YUV 76.82 85.77 110.29 -
System Red Green Blue C M Y K H S L
Decimal 52 104 2 0.50 0 0.98 0.59 90.59 0.96 0.21
Hex 34 68 2 32 0 62 3B 5B 60 15
Octal 64 150 2 62 0 142 73 133 140 25
Binary 110100 1101000 10 110010 0 1100010 111011 1011011 1100000 10101

Color Harmonies of #346802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346802

Black with #346802

Text Example


Text Example

White with #346802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346802; }

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

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

background-color css

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

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

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

border-color css

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

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

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