Html Css Color HEX #486201 Verdun Green

📋 copy color: '#486201'

red 72 ◦ green 98 ◦ blue 1

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

Shades of Verdun Green #486201

Tints of Verdun Green #486201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 57.31%

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

R = 42.11%
G = 57.31%
B = 0.58%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#486201 (or 0x486201) is known color: Verdun Green. HEX triplet: 48, 62 and 01. RGB value is (72,98,1). Sum of RGB (Red+Green+Blue) = 72+98+1=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 98 (38.67% from 255 or 57.31% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 98 - color contains mainly: green. Hex color #486201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486201 is #B79DFE. Grayscale: #4F4F4F. Windows color (decimal): -12033535 or 90696. OLE color: 90696.

HSL color Cylindrical-coordinate representation of color #486201: hue angle of 76.08º 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 #486201 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 98 1 -
CMYK 0.27 0 0.99 0.62
HSL 76.08º 0.98% 0.19% -
HSV(B) 76.08º 0.99% 0.38% -
XYZ 7.05 10.12 1.61 -
YUV 79.17 83.89 122.89 -
System Red Green Blue C M Y K H S L
Decimal 72 98 1 0.27 0 0.99 0.62 76.08 0.98 0.19
Hex 48 62 1 1B 0 63 3E 4C 62 13
Octal 110 142 1 33 0 143 76 114 142 23
Binary 1001000 1100010 1 11011 0 1100011 111110 1001100 1100010 10011

Color Harmonies of #486201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486201

Black with #486201

Text Example


Text Example

White with #486201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486201; }

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

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

background-color css

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

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

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

border-color css

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

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

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