Html Css Color HEX #346200 Verdun Green

📋 copy color: '#346200'

red 52 ◦ green 98 ◦ blue 0

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

Shades of Verdun Green #346200

Tints of Verdun Green #346200

RGB

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

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

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

R = 34.67%
G = 65.33%
B = 0%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#346200 (or 0x346200) is known color: Verdun Green. HEX triplet: 34, 62 and 00. RGB value is (52,98,0). Sum of RGB (Red+Green+Blue) = 52+98+0=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 98 (38.67% from 255 or 65.33% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 98 - color contains mainly: green. Hex color #346200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346200 is #CB9DFF. Grayscale: #494949. Windows color (decimal): -13344256 or 25140. OLE color: 25140.

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

Color convert

RGB 52 98 0 -
CMYK 0.47 0 1 0.62
HSL 88.16º 1% 0.19% -
HSV(B) 88.16º 1% 0.38% -
XYZ 5.78 9.47 1.52 -
YUV 73.07 86.76 112.97 -
System Red Green Blue C M Y K H S L
Decimal 52 98 0 0.47 0 1 0.62 88.16 1 0.19
Hex 34 62 0 2F 0 64 3E 58 64 13
Octal 64 142 0 57 0 144 76 130 144 23
Binary 110100 1100010 0 101111 0 1100100 111110 1011000 1100100 10011

Color Harmonies of #346200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346200

Black with #346200

Text Example


Text Example

White with #346200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346200; }

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

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

background-color css

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

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

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

border-color css

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

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

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