Html Css Color HEX #495F15 Verdun Green

📋 copy color: '#495F15'

red 73 ◦ green 95 ◦ blue 21

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

Shades of Verdun Green #495F15

Tints of Verdun Green #495F15

RGB

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

 GREEN value IS 95 (37.5% from 255) = 50.26%

 BLUE value IS 21 (8.59% from 255) = 11.11%

R = 38.62%
G = 50.26%
B = 11.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.63

RGB Variations

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

Color information

#495F15 (or 0x495F15) is known color: Verdun Green. HEX triplet: 49, 5F and 15. RGB value is (73,95,21). Sum of RGB (Red+Green+Blue) = 73+95+21=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 95 (37.5% from 255 or 50.26% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 95 - color contains mainly: green. Hex color #495F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495F15 is #B6A0EA. Grayscale: #505050. Windows color (decimal): -11968747 or 1400649. OLE color: 1400649.

HSL color Cylindrical-coordinate representation of color #495F15: hue angle of 77.84º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #495F15 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 95 21 -
CMYK 0.23 0 0.78 0.63
HSL 77.84º 0.64% 0.23% -
HSV(B) 77.84º 0.78% 0.37% -
XYZ 6.98 9.66 2.21 -
YUV 79.99 94.71 123.02 -
System Red Green Blue C M Y K H S L
Decimal 73 95 21 0.23 0 0.78 0.63 77.84 0.64 0.23
Hex 49 5F 15 17 0 4E 3F 4E 40 17
Octal 111 137 25 27 0 116 77 116 100 27
Binary 1001001 1011111 10101 10111 0 1001110 111111 1001110 1000000 10111

Color Harmonies of #495F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495F15

Black with #495F15

Text Example


Text Example

White with #495F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495F15; }

 p { color: rgb(73,95,21); }

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

background-color css

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

 a { background-color: rgb(73,95,21); }

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

border-color css

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

 span { border-color: rgb(73,95,21); }

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