#48621C

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

Shades of Verdun Green #48621C

Tints of Verdun Green #48621C

Color information

#48621C (or 0x48621C) is unknown color: approx Verdun Green. HEX triplet: 48, 62 and 1C. RGB value is (72,98,28). Sum of RGB (Red+Green+Blue) = 72+98+28=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 98 (38.67% from 255 or 49.49% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 98 - color contains mainly: green. Hex color #48621C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48621C is #B79DE3. Grayscale: #525252. Windows color (decimal): -12033508 or 1860168. OLE color: 1860168.

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

Color convert

RGB729828-
CMYK0.2700.710.62
HSL82.29º55.56%24.71%-
HSV(B)82.29º71.43%38.43%-
XYZ7.2510.22.68-
YUV82.2597.39120.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.36%
GREEN value IS 98 (38.67% from 255) = 49.49%
BLUE value IS 28 (11.33% from 255) = 14.14%
R=36.36%
G=49.49%
B=14.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7298280.2700.710.6282.2955.5624.71
Hex48621C1B0473E523819
Octal11014234330107761227031
Binary10010001100010111001101101000111111110101001011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48621C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48621C; }

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

 H1.HeaderClassName
 {
   color: #48621C;
 }
 .AnyTagClassName
 {
   color: #48621C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #48621C;
 }
 .BgClassName
 {
   background-color: #48621C;
 }
</style>
border-color css

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

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

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