Html Css Color HEX #486010 Verdun Green

📋 copy color: '#486010'

red 72 ◦ green 96 ◦ blue 16

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

Shades of Verdun Green #486010

Tints of Verdun Green #486010

RGB

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

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

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

R = 39.13%
G = 52.17%
B = 8.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#486010 (or 0x486010) is known color: Verdun Green. HEX triplet: 48, 60 and 10. RGB value is (72,96,16). Sum of RGB (Red+Green+Blue) = 72+96+16=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #486010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486010 is #B79FEF. Grayscale: #505050. Windows color (decimal): -12034032 or 1073224. OLE color: 1073224.

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

Color convert

RGB 72 96 16 -
CMYK 0.25 0 0.83 0.62
HSL 78º 0.71% 0.22% -
HSV(B) 78º 0.83% 0.38% -
XYZ 6.95 9.78 2.01 -
YUV 79.7 92.05 122.5 -
System Red Green Blue C M Y K H S L
Decimal 72 96 16 0.25 0 0.83 0.62 78 0.71 0.22
Hex 48 60 10 19 0 53 3E 4E 47 16
Octal 110 140 20 31 0 123 76 116 107 26
Binary 1001000 1100000 10000 11001 0 1010011 111110 1001110 1000111 10110

Color Harmonies of #486010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486010

Black with #486010

Text Example


Text Example

White with #486010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486010; }

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

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

background-color css

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

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

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

border-color css

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

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

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