Html Css Color HEX #495203 Verdun Green

📋 copy color: '#495203'

red 73 ◦ green 82 ◦ blue 3

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

Shades of Verdun Green #495203

Tints of Verdun Green #495203

RGB

 RED value IS 73 (28.91% from 255) = 46.2%

 GREEN value IS 82 (32.42% from 255) = 51.9%

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

R = 46.2%
G = 51.9%
B = 1.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#495203 (or 0x495203) is known color: Verdun Green. HEX triplet: 49, 52 and 03. RGB value is (73,82,3). Sum of RGB (Red+Green+Blue) = 73+82+3=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 82 (32.42% from 255 or 51.90% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 82 - color contains mainly: green. Hex color #495203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495203 is #B6ADFC. Grayscale: #464646. Windows color (decimal): -11972093 or 217673. OLE color: 217673.

HSL color Cylindrical-coordinate representation of color #495203: hue angle of 66.84º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #495203 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 82 3 -
CMYK 0.11 0 0.96 0.68
HSL 66.84º 0.93% 0.17% -
HSV(B) 66.84º 0.96% 0.32% -
XYZ 5.78 7.46 1.22 -
YUV 70.3 90.02 129.92 -
System Red Green Blue C M Y K H S L
Decimal 73 82 3 0.11 0 0.96 0.68 66.84 0.93 0.17
Hex 49 52 3 B 0 60 44 43 5D 11
Octal 111 122 3 13 0 140 104 103 135 21
Binary 1001001 1010010 11 1011 0 1100000 1000100 1000011 1011101 10001

Color Harmonies of #495203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495203

Black with #495203

Text Example


Text Example

White with #495203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495203; }

 p { color: rgb(73,82,3); }

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

background-color css

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

 a { background-color: rgb(73,82,3); }

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

border-color css

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

 span { border-color: rgb(73,82,3); }

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