Html Css Color HEX #486217 Verdun Green

📋 copy color: '#486217'

red 72 ◦ green 98 ◦ blue 23

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

Shades of Verdun Green #486217

Tints of Verdun Green #486217

RGB

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

 GREEN value IS 98 (38.67% from 255) = 50.78%

 BLUE value IS 23 (9.38% from 255) = 11.92%

R = 37.31%
G = 50.78%
B = 11.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#486217 (or 0x486217) is known color: Verdun Green. HEX triplet: 48, 62 and 17. RGB value is (72,98,23). Sum of RGB (Red+Green+Blue) = 72+98+23=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 23 (9.38% from 255 or 11.92% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #486217 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486217 is #B79DE8. Grayscale: #515151. Windows color (decimal): -12033513 or 1532488. OLE color: 1532488.

HSL color Cylindrical-coordinate representation of color #486217: hue angle of 80.8º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #486217 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 98 23 -
CMYK 0.27 0 0.77 0.62
HSL 80.8º 0.62% 0.24% -
HSV(B) 80.8º 0.77% 0.38% -
XYZ 7.19 10.17 2.4 -
YUV 81.68 94.89 121.1 -
System Red Green Blue C M Y K H S L
Decimal 72 98 23 0.27 0 0.77 0.62 80.8 0.62 0.24
Hex 48 62 17 1B 0 4D 3E 51 3E 18
Octal 110 142 27 33 0 115 76 121 76 30
Binary 1001000 1100010 10111 11011 0 1001101 111110 1010001 111110 11000

Color Harmonies of #486217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486217

Black with #486217

Text Example


Text Example

White with #486217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486217; }

 p { color: rgb(72,98,23); }

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

background-color css

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

 a { background-color: rgb(72,98,23); }

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

border-color css

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

 span { border-color: rgb(72,98,23); }

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