Html Css Color HEX #346203 Verdun Green

📋 copy color: '#346203'

red 52 ◦ green 98 ◦ blue 3

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

Shades of Verdun Green #346203

Tints of Verdun Green #346203

RGB

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

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

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

R = 33.99%
G = 64.05%
B = 1.96%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#346203 (or 0x346203) is known color: Verdun Green. HEX triplet: 34, 62 and 03. RGB value is (52,98,3). Sum of RGB (Red+Green+Blue) = 52+98+3=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 98 (38.67% from 255 or 64.05% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 98 - color contains mainly: green. Hex color #346203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346203 is #CB9DFC. Grayscale: #494949. Windows color (decimal): -13344253 or 221748. OLE color: 221748.

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

Color convert

RGB 52 98 3 -
CMYK 0.47 0 0.97 0.62
HSL 89.05º 0.94% 0.2% -
HSV(B) 89.05º 0.97% 0.38% -
XYZ 5.8 9.47 1.61 -
YUV 73.42 88.26 112.72 -
System Red Green Blue C M Y K H S L
Decimal 52 98 3 0.47 0 0.97 0.62 89.05 0.94 0.2
Hex 34 62 3 2F 0 61 3E 59 5E 14
Octal 64 142 3 57 0 141 76 131 136 24
Binary 110100 1100010 11 101111 0 1100001 111110 1011001 1011110 10100

Color Harmonies of #346203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346203

Black with #346203

Text Example


Text Example

White with #346203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346203; }

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

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

background-color css

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

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

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

border-color css

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

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

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