Html Css Color HEX #4C5042 Lunar Green

📋 copy color: '#4C5042'

red 76 ◦ green 80 ◦ blue 66

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

Shades of Lunar Green #4C5042

Tints of Lunar Green #4C5042

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.04%

 BLUE value IS 66 (26.17% from 255) = 29.73%

R = 34.23%
G = 36.04%
B = 29.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#4C5042 (or 0x4C5042) is known color: Lunar Green. HEX triplet: 4C, 50 and 42. RGB value is (76,80,66). Sum of RGB (Red+Green+Blue) = 76+80+66=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 80 - color contains mainly: green. Hex color #4C5042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5042 is #B3AFBD. Grayscale: #4D4D4D. Windows color (decimal): -11775934 or 4345932. OLE color: 4345932.

HSL color Cylindrical-coordinate representation of color #4C5042: hue angle of 77.14º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4C5042 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 76 80 66 -
CMYK 0.05 0 0.17 0.69
HSL 77.14º 0.1% 0.29% -
HSV(B) 77.14º 0.18% 0.31% -
XYZ 6.83 7.67 6.27 -
YUV 77.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 76 80 66 0.05 0 0.17 0.69 77.14 0.1 0.29
Hex 4C 50 42 5 0 11 45 4D A 1D
Octal 114 120 102 5 0 21 105 115 12 35
Binary 1001100 1010000 1000010 101 0 10001 1000101 1001101 1010 11101

Color Harmonies of #4C5042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5042

Black with #4C5042

Text Example


Text Example

White with #4C5042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,80,66); }

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

background-color css

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

 a { background-color: rgb(76,80,66); }

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

border-color css

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

 span { border-color: rgb(76,80,66); }

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