Html Css Color HEX #4C5045 Lunar Green

📋 copy color: '#4C5045'

red 76 ◦ green 80 ◦ blue 69

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

Shades of Lunar Green #4C5045

Tints of Lunar Green #4C5045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 30.67%

R = 33.78%
G = 35.56%
B = 30.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#4C5045 (or 0x4C5045) is known color: Lunar Green. HEX triplet: 4C, 50 and 45. RGB value is (76,80,69). Sum of RGB (Red+Green+Blue) = 76+80+69=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 80 - color contains mainly: green. Hex color #4C5045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5045 is #B3AFBA. Grayscale: #4D4D4D. Windows color (decimal): -11775931 or 4542540. OLE color: 4542540.

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

Color convert

RGB 76 80 69 -
CMYK 0.05 0 0.14 0.69
HSL 81.82º 0.07% 0.29% -
HSV(B) 81.82º 0.14% 0.31% -
XYZ 6.92 7.7 6.75 -
YUV 77.55 123.17 126.89 -
System Red Green Blue C M Y K H S L
Decimal 76 80 69 0.05 0 0.14 0.69 81.82 0.07 0.29
Hex 4C 50 45 5 0 E 45 52 7 1D
Octal 114 120 105 5 0 16 105 122 7 35
Binary 1001100 1010000 1000101 101 0 1110 1000101 1010010 111 11101

Color Harmonies of #4C5045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5045

Black with #4C5045

Text Example


Text Example

White with #4C5045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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