#4B553A

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

Shades of Lunar Green #4B553A

Tints of Lunar Green #4B553A

Color information

#4B553A (or 0x4B553A) is unknown color: approx Lunar Green. HEX triplet: 4B, 55 and 3A. RGB value is (75,85,58). Sum of RGB (Red+Green+Blue) = 75+85+58=218 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.40% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 85 - color contains mainly: green. Hex color #4B553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B553A is #B4AAC5. Grayscale: #4F4F4F. Windows color (decimal): -11840198 or 3822923. OLE color: 3822923.

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

Color convert

RGB758558-
CMYK0.1200.320.67
HSL82.22º18.88%28.04%-
HSV(B)82.22º31.76%33.33%-
XYZ6.918.35.24-
YUV78.93116.19125.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.40%
GREEN value IS 85 (33.59% from 255) = 38.99%
BLUE value IS 58 (23.05% from 255) = 26.61%
R=34.40%
G=38.99%
B=26.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7585580.1200.320.6782.2218.8828.04
Hex4B553AC0204352131c
Octal11312572140401031222334
Binary1001011101010111101011000100000100001110100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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