Html Css Color HEX #486311 Verdun Green

📋 copy color: '#486311'

red 72 ◦ green 99 ◦ blue 17

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

Shades of Verdun Green #486311

Tints of Verdun Green #486311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.04%

R = 38.3%
G = 52.66%
B = 9.04%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#486311 (or 0x486311) is known color: Verdun Green. HEX triplet: 48, 63 and 11. RGB value is (72,99,17). Sum of RGB (Red+Green+Blue) = 72+99+17=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #486311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486311 is #B79CEE. Grayscale: #515151. Windows color (decimal): -12033263 or 1139528. OLE color: 1139528.

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

Color convert

RGB 72 99 17 -
CMYK 0.27 0 0.83 0.61
HSL 79.76º 0.71% 0.23% -
HSV(B) 79.76º 0.83% 0.39% -
XYZ 7.24 10.34 2.15 -
YUV 81.58 91.55 121.17 -
System Red Green Blue C M Y K H S L
Decimal 72 99 17 0.27 0 0.83 0.61 79.76 0.71 0.23
Hex 48 63 11 1B 0 53 3D 50 47 17
Octal 110 143 21 33 0 123 75 120 107 27
Binary 1001000 1100011 10001 11011 0 1010011 111101 1010000 1000111 10111

Color Harmonies of #486311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486311

Black with #486311

Text Example


Text Example

White with #486311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486311; }

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

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

background-color css

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

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

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

border-color css

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

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

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