#4B553E

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

Shades of Lunar Green #4B553E

Tints of Lunar Green #4B553E

Color information

#4B553E (or 0x4B553E) is unknown color: approx Lunar Green. HEX triplet: 4B, 55 and 3E. RGB value is (75,85,62). Sum of RGB (Red+Green+Blue) = 75+85+62=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 85 - color contains mainly: green. Hex color #4B553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B553E is #B4AAC1. Grayscale: #4F4F4F. Windows color (decimal): -11840194 or 4085067. OLE color: 4085067.

HSL color Cylindrical-coordinate representation of color #4B553E: hue angle of 86.09º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4B553E is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB758562-
CMYK0.1200.270.67
HSL86.09º15.65%28.82%-
HSV(B)86.09º27.06%33.33%-
XYZ7.028.345.8-
YUV79.39118.19124.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.78%
GREEN value IS 85 (33.59% from 255) = 38.29%
BLUE value IS 62 (24.61% from 255) = 27.93%
R=33.78%
G=38.29%
B=27.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7585620.1200.270.6786.0915.6528.82
Hex4B553EC01B4356101d
Octal11312576140331031262035
Binary100101110101011111101100011011100001110101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B553E; }

 p { color: rgb(75,85,62); }

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

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

 a { background-color: rgb(75,85,62); }

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

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

 span { border-color: rgb(75,85,62); }

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