Html Css Color HEX #486A10 Verdun Green

📋 copy color: '#486A10'

red 72 ◦ green 106 ◦ blue 16

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

Shades of Verdun Green #486A10

Tints of Verdun Green #486A10

RGB

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

 GREEN value IS 106 (41.8% from 255) = 54.64%

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

R = 37.11%
G = 54.64%
B = 8.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.58

RGB Variations

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

Color information

#486A10 (or 0x486A10) is known color: Verdun Green. HEX triplet: 48, 6A and 10. RGB value is (72,106,16). Sum of RGB (Red+Green+Blue) = 72+106+16=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 106 (41.80% from 255 or 54.64% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 106 - color contains mainly: green. Hex color #486A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486A10 is #B795EF. Grayscale: #555555. Windows color (decimal): -12031472 or 1075784. OLE color: 1075784.

HSL color Cylindrical-coordinate representation of color #486A10: hue angle of 82.67º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #486A10 is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 106 16 -
CMYK 0.32 0 0.85 0.58
HSL 82.67º 0.74% 0.24% -
HSV(B) 82.67º 0.85% 0.42% -
XYZ 7.92 11.72 2.34 -
YUV 85.57 88.74 118.32 -
System Red Green Blue C M Y K H S L
Decimal 72 106 16 0.32 0 0.85 0.58 82.67 0.74 0.24
Hex 48 6A 10 20 0 55 3A 53 4A 18
Octal 110 152 20 40 0 125 72 123 112 30
Binary 1001000 1101010 10000 100000 0 1010101 111010 1010011 1001010 11000

Color Harmonies of #486A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486A10

Black with #486A10

Text Example


Text Example

White with #486A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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