Html Css Color HEX #495218 Verdun Green

📋 copy color: '#495218'

red 73 ◦ green 82 ◦ blue 24

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

Shades of Verdun Green #495218

Tints of Verdun Green #495218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.41%

R = 40.78%
G = 45.81%
B = 13.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.71

 K value IS 0.68

RGB Variations

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

Color information

#495218 (or 0x495218) is known color: Verdun Green. HEX triplet: 49, 52 and 18. RGB value is (73,82,24). Sum of RGB (Red+Green+Blue) = 73+82+24=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 82 - color contains mainly: green. Hex color #495218 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495218 is #B6ADE7. Grayscale: #484848. Windows color (decimal): -11972072 or 1593929. OLE color: 1593929.

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

Color convert

RGB 73 82 24 -
CMYK 0.11 0 0.71 0.68
HSL 69.31º 0.55% 0.21% -
HSV(B) 69.31º 0.71% 0.32% -
XYZ 5.93 7.52 2 -
YUV 72.7 100.52 128.22 -
System Red Green Blue C M Y K H S L
Decimal 73 82 24 0.11 0 0.71 0.68 69.31 0.55 0.21
Hex 49 52 18 B 0 47 44 45 37 15
Octal 111 122 30 13 0 107 104 105 67 25
Binary 1001001 1010010 11000 1011 0 1000111 1000100 1000101 110111 10101

Color Harmonies of #495218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495218

Black with #495218

Text Example


Text Example

White with #495218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495218; }

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

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

background-color css

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

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

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

border-color css

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

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

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