Html Css Color HEX #486419 Verdun Green

📋 copy color: '#486419'

red 72 ◦ green 100 ◦ blue 25

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

Shades of Verdun Green #486419

Tints of Verdun Green #486419

RGB

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

 GREEN value IS 100 (39.45% from 255) = 50.76%

 BLUE value IS 25 (10.16% from 255) = 12.69%

R = 36.55%
G = 50.76%
B = 12.69%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.75

 K value IS 0.61

RGB Variations

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

Color information

#486419 (or 0x486419) is known color: Verdun Green. HEX triplet: 48, 64 and 19. RGB value is (72,100,25). Sum of RGB (Red+Green+Blue) = 72+100+25=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 100 (39.45% from 255 or 50.76% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 100 - color contains mainly: green. Hex color #486419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486419 is #B79BE6. Grayscale: #535353. Windows color (decimal): -12032999 or 1664072. OLE color: 1664072.

HSL color Cylindrical-coordinate representation of color #486419: hue angle of 82.4º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #486419 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 100 25 -
CMYK 0.28 0 0.75 0.61
HSL 82.4º 0.6% 0.25% -
HSV(B) 82.4º 0.75% 0.39% -
XYZ 7.41 10.56 2.57 -
YUV 83.08 95.22 120.1 -
System Red Green Blue C M Y K H S L
Decimal 72 100 25 0.28 0 0.75 0.61 82.4 0.6 0.25
Hex 48 64 19 1C 0 4B 3D 52 3C 19
Octal 110 144 31 34 0 113 75 122 74 31
Binary 1001000 1100100 11001 11100 0 1001011 111101 1010010 111100 11001

Color Harmonies of #486419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486419

Black with #486419

Text Example


Text Example

White with #486419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486419; }

 p { color: rgb(72,100,25); }

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

background-color css

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

 a { background-color: rgb(72,100,25); }

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

border-color css

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

 span { border-color: rgb(72,100,25); }

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