Html Css Color HEX #486310 Verdun Green

📋 copy color: '#486310'

red 72 ◦ green 99 ◦ blue 16

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

Shades of Verdun Green #486310

Tints of Verdun Green #486310

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.94%

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

R = 38.5%
G = 52.94%
B = 8.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#486310 (or 0x486310) is known color: Verdun Green. HEX triplet: 48, 63 and 10. RGB value is (72,99,16). Sum of RGB (Red+Green+Blue) = 72+99+16=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #486310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486310 is #B79CEF. Grayscale: #515151. Windows color (decimal): -12033264 or 1073992. OLE color: 1073992.

HSL color Cylindrical-coordinate representation of color #486310: hue angle of 79.52º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #486310 is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 99 16 -
CMYK 0.27 0 0.84 0.61
HSL 79.52º 0.72% 0.23% -
HSV(B) 79.52º 0.84% 0.39% -
XYZ 7.23 10.34 2.1 -
YUV 81.47 91.05 121.25 -
System Red Green Blue C M Y K H S L
Decimal 72 99 16 0.27 0 0.84 0.61 79.52 0.72 0.23
Hex 48 63 10 1B 0 54 3D 50 48 17
Octal 110 143 20 33 0 124 75 120 110 27
Binary 1001000 1100011 10000 11011 0 1010100 111101 1010000 1001000 10111

Color Harmonies of #486310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486310

Black with #486310

Text Example


Text Example

White with #486310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486310; }

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

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

background-color css

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

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

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

border-color css

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

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

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