Html Css Color HEX #495818 Verdun Green

📋 copy color: '#495818'

red 73 ◦ green 88 ◦ blue 24

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

Shades of Verdun Green #495818

Tints of Verdun Green #495818

RGB

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

 GREEN value IS 88 (34.77% from 255) = 47.57%

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

R = 39.46%
G = 47.57%
B = 12.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#495818 (or 0x495818) is known color: Verdun Green. HEX triplet: 49, 58 and 18. RGB value is (73,88,24). Sum of RGB (Red+Green+Blue) = 73+88+24=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 88 - color contains mainly: green. Hex color #495818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495818 is #B6A7E7. Grayscale: #4C4C4C. Windows color (decimal): -11970536 or 1595465. OLE color: 1595465.

HSL color Cylindrical-coordinate representation of color #495818: hue angle of 74.06º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #495818 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 88 24 -
CMYK 0.17 0 0.73 0.65
HSL 74.06º 0.57% 0.22% -
HSV(B) 74.06º 0.73% 0.35% -
XYZ 6.4 8.46 2.16 -
YUV 76.22 98.53 125.7 -
System Red Green Blue C M Y K H S L
Decimal 73 88 24 0.17 0 0.73 0.65 74.06 0.57 0.22
Hex 49 58 18 11 0 49 41 4A 39 16
Octal 111 130 30 21 0 111 101 112 71 26
Binary 1001001 1011000 11000 10001 0 1001001 1000001 1001010 111001 10110

Color Harmonies of #495818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495818

Black with #495818

Text Example


Text Example

White with #495818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495818; }

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

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

background-color css

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

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

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

border-color css

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

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

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