Html Css Color HEX #495213 Verdun Green

📋 copy color: '#495213'

red 73 ◦ green 82 ◦ blue 19

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

Shades of Verdun Green #495213

Tints of Verdun Green #495213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.92%

R = 41.95%
G = 47.13%
B = 10.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#495213 (or 0x495213) is known color: Verdun Green. HEX triplet: 49, 52 and 13. RGB value is (73,82,19). Sum of RGB (Red+Green+Blue) = 73+82+19=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 82 - color contains mainly: green. Hex color #495213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495213 is #B6ADEC. Grayscale: #484848. Windows color (decimal): -11972077 or 1266249. OLE color: 1266249.

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

Color convert

RGB 73 82 19 -
CMYK 0.11 0 0.77 0.68
HSL 68.57º 0.62% 0.2% -
HSV(B) 68.57º 0.77% 0.32% -
XYZ 5.88 7.5 1.75 -
YUV 72.13 98.02 128.62 -
System Red Green Blue C M Y K H S L
Decimal 73 82 19 0.11 0 0.77 0.68 68.57 0.62 0.2
Hex 49 52 13 B 0 4D 44 45 3E 14
Octal 111 122 23 13 0 115 104 105 76 24
Binary 1001001 1010010 10011 1011 0 1001101 1000100 1000101 111110 10100

Color Harmonies of #495213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495213

Black with #495213

Text Example


Text Example

White with #495213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495213; }

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

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

background-color css

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

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

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

border-color css

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

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

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