Html Css Color HEX #486013 Verdun Green

📋 copy color: '#486013'

red 72 ◦ green 96 ◦ blue 19

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

Shades of Verdun Green #486013

Tints of Verdun Green #486013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.16%

R = 38.5%
G = 51.34%
B = 10.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#486013 (or 0x486013) is known color: Verdun Green. HEX triplet: 48, 60 and 13. RGB value is (72,96,19). Sum of RGB (Red+Green+Blue) = 72+96+19=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #486013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486013 is #B79FEC. Grayscale: #505050. Windows color (decimal): -12034029 or 1269832. OLE color: 1269832.

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

Color convert

RGB 72 96 19 -
CMYK 0.25 0 0.80 0.62
HSL 78.7º 0.67% 0.23% -
HSV(B) 78.7º 0.8% 0.38% -
XYZ 6.97 9.79 2.14 -
YUV 80.05 93.55 122.26 -
System Red Green Blue C M Y K H S L
Decimal 72 96 19 0.25 0 0.80 0.62 78.7 0.67 0.23
Hex 48 60 13 19 0 50 3E 4F 43 17
Octal 110 140 23 31 0 120 76 117 103 27
Binary 1001000 1100000 10011 11001 0 1010000 111110 1001111 1000011 10111

Color Harmonies of #486013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486013

Black with #486013

Text Example


Text Example

White with #486013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486013; }

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

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

background-color css

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

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

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

border-color css

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

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

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