Html Css Color HEX #346205 Verdun Green

📋 copy color: '#346205'

red 52 ◦ green 98 ◦ blue 5

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

Shades of Verdun Green #346205

Tints of Verdun Green #346205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.23%

R = 33.55%
G = 63.23%
B = 3.23%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#346205 (or 0x346205) is known color: Verdun Green. HEX triplet: 34, 62 and 05. RGB value is (52,98,5). Sum of RGB (Red+Green+Blue) = 52+98+5=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 98 (38.67% from 255 or 63.23% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 98 - color contains mainly: green. Hex color #346205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346205 is #CB9DFA. Grayscale: #494949. Windows color (decimal): -13344251 or 352820. OLE color: 352820.

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

Color convert

RGB 52 98 5 -
CMYK 0.47 0 0.95 0.62
HSL 89.68º 0.9% 0.2% -
HSV(B) 89.68º 0.95% 0.38% -
XYZ 5.81 9.48 1.67 -
YUV 73.64 89.26 112.56 -
System Red Green Blue C M Y K H S L
Decimal 52 98 5 0.47 0 0.95 0.62 89.68 0.9 0.2
Hex 34 62 5 2F 0 5F 3E 5A 5A 14
Octal 64 142 5 57 0 137 76 132 132 24
Binary 110100 1100010 101 101111 0 1011111 111110 1011010 1011010 10100

Color Harmonies of #346205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346205

Black with #346205

Text Example


Text Example

White with #346205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346205; }

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

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

background-color css

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

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

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

border-color css

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

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

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