#48533A

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

Shades of Lunar Green #48533A

Tints of Lunar Green #48533A

Color information

#48533A (or 0x48533A) is unknown color: approx Lunar Green. HEX triplet: 48, 53 and 3A. RGB value is (72,83,58). Sum of RGB (Red+Green+Blue) = 72+83+58=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 83 - color contains mainly: green. Hex color #48533A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48533A is #B7ACC5. Grayscale: #4C4C4C. Windows color (decimal): -12037318 or 3822408. OLE color: 3822408.

HSL color Cylindrical-coordinate representation of color #48533A: hue angle of 86.4º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #48533A is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB728358-
CMYK0.1300.300.67
HSL86.4º17.73%27.65%-
HSV(B)86.4º30.12%32.55%-
XYZ6.537.875.18-
YUV76.86117.36124.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 83 (32.81% from 255) = 38.97%
BLUE value IS 58 (23.05% from 255) = 27.23%
R=33.80%
G=38.97%
B=27.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7283580.1300.300.6786.417.7327.65
Hex48533AD01E4356121c
Octal11012372150361031262234
Binary100100010100111110101101011110100001110101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48533A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,83,58); }

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

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

 a { background-color: rgb(72,83,58); }

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

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

 span { border-color: rgb(72,83,58); }

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