Html Css Color HEX #4B553A Lunar Green

📋 copy color: '#4B553A'

red 75 ◦ green 85 ◦ blue 58

#4B553A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lunar Green #4B553A

Tints of Lunar Green #4B553A

RGB

 RED value IS 75 (29.69% from 255) = 34.4%

 GREEN value IS 85 (33.59% from 255) = 38.99%

 BLUE value IS 58 (23.05% from 255) = 26.61%

R = 34.4%
G = 38.99%
B = 26.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#4B553A (or 0x4B553A) is known color: 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

RGB 75 85 58 -
CMYK 0.12 0 0.32 0.67
HSL 82.22º 0.19% 0.28% -
HSV(B) 82.22º 0.32% 0.33% -
XYZ 6.91 8.3 5.24 -
YUV 78.93 116.19 125.2 -
System Red Green Blue C M Y K H S L
Decimal 75 85 58 0.12 0 0.32 0.67 82.22 0.19 0.28
Hex 4B 55 3A C 0 20 43 52 13 1C
Octal 113 125 72 14 0 40 103 122 23 34
Binary 1001011 1010101 111010 1100 0 100000 1000011 1010010 10011 11100

Color Harmonies of #4B553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B553A

Black with #4B553A

Text Example


Text Example

White with #4B553A

Text Example


Text Example

HTML Codes & Css Web 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>