Html Css Color HEX #346903 Verdun Green

📋 copy color: '#346903'

red 52 ◦ green 105 ◦ blue 3

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

Shades of Verdun Green #346903

Tints of Verdun Green #346903

RGB

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

 GREEN value IS 105 (41.41% from 255) = 65.63%

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

R = 32.5%
G = 65.63%
B = 1.88%

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

#346903 (or 0x346903) is known color: Verdun Green. HEX triplet: 34, 69 and 03. RGB value is (52,105,3). Sum of RGB (Red+Green+Blue) = 52+105+3=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 105 (41.41% from 255 or 65.62% from 160); Blue value is 3 (1.56% from 255 or 1.88% from 160); Max value from RGB is 105 - color contains mainly: green. Hex color #346903 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346903 is #CB96FC. Grayscale: #4D4D4D. Windows color (decimal): -13342461 or 223540. OLE color: 223540.

HSL color Cylindrical-coordinate representation of color #346903: hue angle of 91.18º 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 #346903 is Cyan = 0.50, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 105 3 -
CMYK 0.50 0 0.97 0.59
HSL 91.18º 0.94% 0.21% -
HSV(B) 91.18º 0.97% 0.41% -
XYZ 6.48 10.84 1.84 -
YUV 77.53 85.94 109.79 -
System Red Green Blue C M Y K H S L
Decimal 52 105 3 0.50 0 0.97 0.59 91.18 0.94 0.21
Hex 34 69 3 32 0 61 3B 5B 5E 15
Octal 64 151 3 62 0 141 73 133 136 25
Binary 110100 1101001 11 110010 0 1100001 111011 1011011 1011110 10101

Color Harmonies of #346903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346903

Black with #346903

Text Example


Text Example

White with #346903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346903; }

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

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

background-color css

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

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

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

border-color css

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

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

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