Html Css Color HEX #486001 Verdun Green

📋 copy color: '#486001'

red 72 ◦ green 96 ◦ blue 1

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

Shades of Verdun Green #486001

Tints of Verdun Green #486001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.59%

R = 42.6%
G = 56.8%
B = 0.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#486001 (or 0x486001) is known color: Verdun Green. HEX triplet: 48, 60 and 01. RGB value is (72,96,1). Sum of RGB (Red+Green+Blue) = 72+96+1=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #486001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486001 is #B79FFE. Grayscale: #4E4E4E. Windows color (decimal): -12034047 or 90184. OLE color: 90184.

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

Color convert

RGB 72 96 1 -
CMYK 0.25 0 0.99 0.62
HSL 75.16º 0.98% 0.19% -
HSV(B) 75.16º 0.99% 0.38% -
XYZ 6.86 9.75 1.55 -
YUV 77.99 84.55 123.72 -
System Red Green Blue C M Y K H S L
Decimal 72 96 1 0.25 0 0.99 0.62 75.16 0.98 0.19
Hex 48 60 1 19 0 63 3E 4B 62 13
Octal 110 140 1 31 0 143 76 113 142 23
Binary 1001000 1100000 1 11001 0 1100011 111110 1001011 1100010 10011

Color Harmonies of #486001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486001

Black with #486001

Text Example


Text Example

White with #486001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486001; }

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

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

background-color css

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

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

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

border-color css

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

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

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