#48611A

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

Shades of Verdun Green #48611A

Tints of Verdun Green #48611A

Color information

#48611A (or 0x48611A) is unknown color: approx Verdun Green. HEX triplet: 48, 61 and 1A. RGB value is (72,97,26). Sum of RGB (Red+Green+Blue) = 72+97+26=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #48611A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48611A is #B79EE5. Grayscale: #515151. Windows color (decimal): -12033766 or 1728840. OLE color: 1728840.

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

Color convert

RGB729726-
CMYK0.2600.730.62
HSL81.13º57.72%24.12%-
HSV(B)81.13º73.2%38.04%-
XYZ7.13102.53-
YUV81.4396.72121.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 97 (38.28% from 255) = 49.74%
BLUE value IS 26 (10.55% from 255) = 13.33%
R=36.92%
G=49.74%
B=13.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7297260.2600.730.6281.1357.7224.12
Hex48611A1A0493E513a18
Octal11014132320111761217230
Binary10010001100001110101101001001001111110101000111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48611A; }

 p { color: rgb(72,97,26); }

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

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

 a { background-color: rgb(72,97,26); }

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

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

 span { border-color: rgb(72,97,26); }

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