Html Css Color HEX #486511 Verdun Green

📋 copy color: '#486511'

red 72 ◦ green 101 ◦ blue 17

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

Shades of Verdun Green #486511

Tints of Verdun Green #486511

RGB

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

 GREEN value IS 101 (39.84% from 255) = 53.16%

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

R = 37.89%
G = 53.16%
B = 8.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#486511 (or 0x486511) is known color: Verdun Green. HEX triplet: 48, 65 and 11. RGB value is (72,101,17). Sum of RGB (Red+Green+Blue) = 72+101+17=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 101 (39.84% from 255 or 53.16% from 190); Blue value is 17 (7.03% from 255 or 8.95% from 190); Max value from RGB is 101 - color contains mainly: green. Hex color #486511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486511 is #B79AEE. Grayscale: #535353. Windows color (decimal): -12032751 or 1140040. OLE color: 1140040.

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

Color convert

RGB 72 101 17 -
CMYK 0.29 0 0.83 0.60
HSL 80.71º 0.71% 0.23% -
HSV(B) 80.71º 0.83% 0.4% -
XYZ 7.43 10.73 2.21 -
YUV 82.75 90.89 120.33 -
System Red Green Blue C M Y K H S L
Decimal 72 101 17 0.29 0 0.83 0.60 80.71 0.71 0.23
Hex 48 65 11 1D 0 53 3C 51 47 17
Octal 110 145 21 35 0 123 74 121 107 27
Binary 1001000 1100101 10001 11101 0 1010011 111100 1010001 1000111 10111

Color Harmonies of #486511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486511

Black with #486511

Text Example


Text Example

White with #486511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486511; }

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

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

background-color css

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

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

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

border-color css

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

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

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