Html Css Color HEX #486017 Verdun Green

📋 copy color: '#486017'

red 72 ◦ green 96 ◦ blue 23

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

Shades of Verdun Green #486017

Tints of Verdun Green #486017

RGB

 RED value IS 72 (28.52% from 255) = 37.7%

 GREEN value IS 96 (37.89% from 255) = 50.26%

 BLUE value IS 23 (9.38% from 255) = 12.04%

R = 37.7%
G = 50.26%
B = 12.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#486017 (or 0x486017) is known color: Verdun Green. HEX triplet: 48, 60 and 17. RGB value is (72,96,23). Sum of RGB (Red+Green+Blue) = 72+96+23=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 23 (9.38% from 255 or 12.04% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #486017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486017 is #B79FE8. Grayscale: #505050. Windows color (decimal): -12034025 or 1531976. OLE color: 1531976.

HSL color Cylindrical-coordinate representation of color #486017: hue angle of 79.73º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #486017 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 96 23 -
CMYK 0.25 0 0.76 0.62
HSL 79.73º 0.61% 0.23% -
HSV(B) 79.73º 0.76% 0.38% -
XYZ 7.01 9.81 2.33 -
YUV 80.5 95.55 121.94 -
System Red Green Blue C M Y K H S L
Decimal 72 96 23 0.25 0 0.76 0.62 79.73 0.61 0.23
Hex 48 60 17 19 0 4C 3E 50 3D 17
Octal 110 140 27 31 0 114 76 120 75 27
Binary 1001000 1100000 10111 11001 0 1001100 111110 1010000 111101 10111

Color Harmonies of #486017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486017

Black with #486017

Text Example


Text Example

White with #486017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486017; }

 p { color: rgb(72,96,23); }

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

background-color css

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

 a { background-color: rgb(72,96,23); }

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

border-color css

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

 span { border-color: rgb(72,96,23); }

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