#486419

Color #486419 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #486419

Tints of Verdun Green #486419

Color information

#486419 (or 0x486419) is unknown color: approx 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

RGB7210025-
CMYK0.2800.750.61
HSL82.4º60%24.51%-
HSV(B)82.4º75%39.22%-
XYZ7.4110.562.57-
YUV83.0895.22120.1-

RGB Variations

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

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 (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal72100250.2800.750.6182.46024.51
Hex4864191C04B3D523c19
Octal11014431340113751227431
Binary10010001100100110011110001001011111101101001011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>