Html Css Color HEX #486517 Verdun Green

📋 copy color: '#486517'

red 72 ◦ green 101 ◦ blue 23

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

Shades of Verdun Green #486517

Tints of Verdun Green #486517

RGB

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

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

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

R = 36.73%
G = 51.53%
B = 11.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#486517 (or 0x486517) is known color: Verdun Green. HEX triplet: 48, 65 and 17. RGB value is (72,101,23). Sum of RGB (Red+Green+Blue) = 72+101+23=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 101 (39.84% from 255 or 51.53% from 196); Blue value is 23 (9.38% from 255 or 11.73% from 196); Max value from RGB is 101 - color contains mainly: green. Hex color #486517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486517 is #B79AE8. Grayscale: #535353. Windows color (decimal): -12032745 or 1533256. OLE color: 1533256.

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

Color convert

RGB 72 101 23 -
CMYK 0.29 0 0.77 0.60
HSL 82.31º 0.63% 0.24% -
HSV(B) 82.31º 0.77% 0.4% -
XYZ 7.48 10.75 2.49 -
YUV 83.44 93.89 119.84 -
System Red Green Blue C M Y K H S L
Decimal 72 101 23 0.29 0 0.77 0.60 82.31 0.63 0.24
Hex 48 65 17 1D 0 4D 3C 52 3F 18
Octal 110 145 27 35 0 115 74 122 77 30
Binary 1001000 1100101 10111 11101 0 1001101 111100 1010010 111111 11000

Color Harmonies of #486517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486517

Black with #486517

Text Example


Text Example

White with #486517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486517; }

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

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

background-color css

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

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

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

border-color css

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

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

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