Html Css Color HEX #346202 Verdun Green

📋 copy color: '#346202'

red 52 ◦ green 98 ◦ blue 2

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

Shades of Verdun Green #346202

Tints of Verdun Green #346202

RGB

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

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

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

R = 34.21%
G = 64.47%
B = 1.32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#346202 (or 0x346202) is known color: Verdun Green. HEX triplet: 34, 62 and 02. RGB value is (52,98,2). Sum of RGB (Red+Green+Blue) = 52+98+2=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 98 (38.67% from 255 or 64.47% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 98 - color contains mainly: green. Hex color #346202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346202 is #CB9DFD. Grayscale: #494949. Windows color (decimal): -13344254 or 156212. OLE color: 156212.

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

Color convert

RGB 52 98 2 -
CMYK 0.47 0 0.98 0.62
HSL 88.75º 0.96% 0.2% -
HSV(B) 88.75º 0.98% 0.38% -
XYZ 5.79 9.47 1.58 -
YUV 73.3 87.76 112.81 -
System Red Green Blue C M Y K H S L
Decimal 52 98 2 0.47 0 0.98 0.62 88.75 0.96 0.2
Hex 34 62 2 2F 0 62 3E 59 60 14
Octal 64 142 2 57 0 142 76 131 140 24
Binary 110100 1100010 10 101111 0 1100010 111110 1011001 1100000 10100

Color Harmonies of #346202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346202

Black with #346202

Text Example


Text Example

White with #346202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346202; }

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

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

background-color css

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

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

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

border-color css

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

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

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