Html Css Color HEX #486111 Verdun Green

📋 copy color: '#486111'

red 72 ◦ green 97 ◦ blue 17

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

Shades of Verdun Green #486111

Tints of Verdun Green #486111

RGB

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

 GREEN value IS 97 (38.28% from 255) = 52.15%

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

R = 38.71%
G = 52.15%
B = 9.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#486111 (or 0x486111) is known color: Verdun Green. HEX triplet: 48, 61 and 11. RGB value is (72,97,17). Sum of RGB (Red+Green+Blue) = 72+97+17=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 97 (38.28% from 255 or 52.15% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 97 - color contains mainly: green. Hex color #486111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486111 is #B79EEE. Grayscale: #505050. Windows color (decimal): -12033775 or 1139016. OLE color: 1139016.

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

Color convert

RGB 72 97 17 -
CMYK 0.26 0 0.82 0.62
HSL 78.75º 0.7% 0.22% -
HSV(B) 78.75º 0.82% 0.38% -
XYZ 7.05 9.97 2.08 -
YUV 80.41 92.22 122 -
System Red Green Blue C M Y K H S L
Decimal 72 97 17 0.26 0 0.82 0.62 78.75 0.7 0.22
Hex 48 61 11 1A 0 52 3E 4F 46 16
Octal 110 141 21 32 0 122 76 117 106 26
Binary 1001000 1100001 10001 11010 0 1010010 111110 1001111 1000110 10110

Color Harmonies of #486111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486111

Black with #486111

Text Example


Text Example

White with #486111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486111; }

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

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

background-color css

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

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

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

border-color css

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

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

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