Html Css Color HEX #4C553A Lunar Green

📋 copy color: '#4C553A'

red 76 ◦ green 85 ◦ blue 58

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

Shades of Lunar Green #4C553A

Tints of Lunar Green #4C553A

RGB

 RED value IS 76 (30.08% from 255) = 34.7%

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

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

R = 34.7%
G = 38.81%
B = 26.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#4C553A (or 0x4C553A) is known color: Lunar Green. HEX triplet: 4C, 55 and 3A. RGB value is (76,85,58). Sum of RGB (Red+Green+Blue) = 76+85+58=219 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.70% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 85 - color contains mainly: green. Hex color #4C553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C553A is #B3AAC5. Grayscale: #4F4F4F. Windows color (decimal): -11774662 or 3822924. OLE color: 3822924.

HSL color Cylindrical-coordinate representation of color #4C553A: hue angle of 80º 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 #4C553A is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB 76 85 58 -
CMYK 0.11 0 0.32 0.67
HSL 80º 0.19% 0.28% -
HSV(B) 80º 0.32% 0.33% -
XYZ 6.99 8.34 5.24 -
YUV 79.23 116.02 125.7 -
System Red Green Blue C M Y K H S L
Decimal 76 85 58 0.11 0 0.32 0.67 80 0.19 0.28
Hex 4C 55 3A B 0 20 43 50 13 1C
Octal 114 125 72 13 0 40 103 120 23 34
Binary 1001100 1010101 111010 1011 0 100000 1000011 1010000 10011 11100

Color Harmonies of #4C553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C553A

Black with #4C553A

Text Example


Text Example

White with #4C553A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C553A;
 }
 .AnyTagClassName
 {
   color: #4C553A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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