Html Css Color HEX #486200 Verdun Green

📋 copy color: '#486200'

red 72 ◦ green 98 ◦ blue 0

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

Shades of Verdun Green #486200

Tints of Verdun Green #486200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.35%
G = 57.65%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#486200 (or 0x486200) is known color: Verdun Green. HEX triplet: 48, 62 and 00. RGB value is (72,98,0). Sum of RGB (Red+Green+Blue) = 72+98+0=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 98 (38.67% from 255 or 57.65% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 98 - color contains mainly: green. Hex color #486200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486200 is #B79DFF. Grayscale: #4F4F4F. Windows color (decimal): -12033536 or 25160. OLE color: 25160.

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

Color convert

RGB 72 98 0 -
CMYK 0.27 0 1 0.62
HSL 75.92º 1% 0.19% -
HSV(B) 75.92º 1% 0.38% -
XYZ 7.04 10.11 1.58 -
YUV 79.05 83.39 122.97 -
System Red Green Blue C M Y K H S L
Decimal 72 98 0 0.27 0 1 0.62 75.92 1 0.19
Hex 48 62 0 1B 0 64 3E 4C 64 13
Octal 110 142 0 33 0 144 76 114 144 23
Binary 1001000 1100010 0 11011 0 1100100 111110 1001100 1100100 10011

Color Harmonies of #486200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486200

Black with #486200

Text Example


Text Example

White with #486200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486200; }

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

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

background-color css

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

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

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

border-color css

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

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

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