Html Css Color HEX #486019 Verdun Green

📋 copy color: '#486019'

red 72 ◦ green 96 ◦ blue 25

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

Shades of Verdun Green #486019

Tints of Verdun Green #486019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.95%

R = 37.31%
G = 49.74%
B = 12.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#486019 (or 0x486019) is known color: Verdun Green. HEX triplet: 48, 60 and 19. RGB value is (72,96,25). Sum of RGB (Red+Green+Blue) = 72+96+25=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #486019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486019 is #B79FE6. Grayscale: #505050. Windows color (decimal): -12034023 or 1663048. OLE color: 1663048.

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

Color convert

RGB 72 96 25 -
CMYK 0.25 0 0.74 0.62
HSL 80.28º 0.59% 0.24% -
HSV(B) 80.28º 0.74% 0.38% -
XYZ 7.03 9.81 2.44 -
YUV 80.73 96.55 121.77 -
System Red Green Blue C M Y K H S L
Decimal 72 96 25 0.25 0 0.74 0.62 80.28 0.59 0.24
Hex 48 60 19 19 0 4A 3E 50 3B 18
Octal 110 140 31 31 0 112 76 120 73 30
Binary 1001000 1100000 11001 11001 0 1001010 111110 1010000 111011 11000

Color Harmonies of #486019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486019

Black with #486019

Text Example


Text Example

White with #486019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486019; }

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

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

background-color css

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

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

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

border-color css

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

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

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