Html Css Color HEX #346803 Verdun Green

📋 copy color: '#346803'

red 52 ◦ green 104 ◦ blue 3

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

Shades of Verdun Green #346803

Tints of Verdun Green #346803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.89%

R = 32.7%
G = 65.41%
B = 1.89%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#346803 (or 0x346803) is known color: Verdun Green. HEX triplet: 34, 68 and 03. RGB value is (52,104,3). Sum of RGB (Red+Green+Blue) = 52+104+3=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 104 (41.02% from 255 or 65.41% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 104 - color contains mainly: green. Hex color #346803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346803 is #CB97FC. Grayscale: #4D4D4D. Windows color (decimal): -13342717 or 223284. OLE color: 223284.

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

Color convert

RGB 52 104 3 -
CMYK 0.50 0 0.97 0.59
HSL 90.89º 0.94% 0.21% -
HSV(B) 90.89º 0.97% 0.41% -
XYZ 6.38 10.64 1.8 -
YUV 76.94 86.27 110.21 -
System Red Green Blue C M Y K H S L
Decimal 52 104 3 0.50 0 0.97 0.59 90.89 0.94 0.21
Hex 34 68 3 32 0 61 3B 5B 5E 15
Octal 64 150 3 62 0 141 73 133 136 25
Binary 110100 1101000 11 110010 0 1100001 111011 1011011 1011110 10101

Color Harmonies of #346803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346803

Black with #346803

Text Example


Text Example

White with #346803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346803; }

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

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

background-color css

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

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

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

border-color css

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

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

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