Html Css Color HEX #486810 Verdun Green

📋 copy color: '#486810'

red 72 ◦ green 104 ◦ blue 16

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

Shades of Verdun Green #486810

Tints of Verdun Green #486810

RGB

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

 GREEN value IS 104 (41.02% from 255) = 54.17%

 BLUE value IS 16 (6.64% from 255) = 8.33%

R = 37.5%
G = 54.17%
B = 8.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#486810 (or 0x486810) is known color: Verdun Green. HEX triplet: 48, 68 and 10. RGB value is (72,104,16). Sum of RGB (Red+Green+Blue) = 72+104+16=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 104 (41.02% from 255 or 54.17% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 104 - color contains mainly: green. Hex color #486810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486810 is #B797EF. Grayscale: #545454. Windows color (decimal): -12031984 or 1075272. OLE color: 1075272.

HSL color Cylindrical-coordinate representation of color #486810: hue angle of 81.82º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #486810 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 104 16 -
CMYK 0.31 0 0.85 0.59
HSL 81.82º 0.73% 0.24% -
HSV(B) 81.82º 0.85% 0.41% -
XYZ 7.72 11.32 2.27 -
YUV 84.4 89.4 119.16 -
System Red Green Blue C M Y K H S L
Decimal 72 104 16 0.31 0 0.85 0.59 81.82 0.73 0.24
Hex 48 68 10 1F 0 55 3B 52 49 18
Octal 110 150 20 37 0 125 73 122 111 30
Binary 1001000 1101000 10000 11111 0 1010101 111011 1010010 1001001 11000

Color Harmonies of #486810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486810

Black with #486810

Text Example


Text Example

White with #486810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486810; }

 p { color: rgb(72,104,16); }

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

background-color css

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

 a { background-color: rgb(72,104,16); }

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

border-color css

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

 span { border-color: rgb(72,104,16); }

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