Html Css Color HEX #495212 Verdun Green

📋 copy color: '#495212'

red 73 ◦ green 82 ◦ blue 18

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

Shades of Verdun Green #495212

Tints of Verdun Green #495212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.4%

R = 42.2%
G = 47.4%
B = 10.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#495212 (or 0x495212) is known color: Verdun Green. HEX triplet: 49, 52 and 12. RGB value is (73,82,18). Sum of RGB (Red+Green+Blue) = 73+82+18=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 82 - color contains mainly: green. Hex color #495212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495212 is #B6ADED. Grayscale: #484848. Windows color (decimal): -11972078 or 1200713. OLE color: 1200713.

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

Color convert

RGB 73 82 18 -
CMYK 0.11 0 0.78 0.68
HSL 68.44º 0.64% 0.2% -
HSV(B) 68.44º 0.78% 0.32% -
XYZ 5.87 7.49 1.71 -
YUV 72.01 97.52 128.7 -
System Red Green Blue C M Y K H S L
Decimal 73 82 18 0.11 0 0.78 0.68 68.44 0.64 0.2
Hex 49 52 12 B 0 4E 44 44 40 14
Octal 111 122 22 13 0 116 104 104 100 24
Binary 1001001 1010010 10010 1011 0 1001110 1000100 1000100 1000000 10100

Color Harmonies of #495212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495212

Black with #495212

Text Example


Text Example

White with #495212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495212; }

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

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

background-color css

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

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

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

border-color css

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

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

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