Html Css Color HEX #4F5248 Lunar Green

📋 copy color: '#4F5248'

red 79 ◦ green 82 ◦ blue 72

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

Shades of Lunar Green #4F5248

Tints of Lunar Green #4F5248

RGB

 RED value IS 79 (31.25% from 255) = 33.91%

 GREEN value IS 82 (32.42% from 255) = 35.19%

 BLUE value IS 72 (28.52% from 255) = 30.9%

R = 33.91%
G = 35.19%
B = 30.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#4F5248 (or 0x4F5248) is known color: Lunar Green. HEX triplet: 4F, 52 and 48. RGB value is (79,82,72). Sum of RGB (Red+Green+Blue) = 79+82+72=233 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.91% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 82 - color contains mainly: green. Hex color #4F5248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5248 is #B0ADB7. Grayscale: #505050. Windows color (decimal): -11578808 or 4739663. OLE color: 4739663.

HSL color Cylindrical-coordinate representation of color #4F5248: hue angle of 78º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4F5248 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 79 82 72 -
CMYK 0.04 0 0.12 0.68
HSL 78º 0.06% 0.3% -
HSV(B) 78º 0.12% 0.32% -
XYZ 7.41 8.16 7.32 -
YUV 79.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 79 82 72 0.04 0 0.12 0.68 78 0.06 0.3
Hex 4F 52 48 4 0 C 44 4E 6 1E
Octal 117 122 110 4 0 14 104 116 6 36
Binary 1001111 1010010 1001000 100 0 1100 1000100 1001110 110 11110

Color Harmonies of #4F5248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5248

Black with #4F5248

Text Example


Text Example

White with #4F5248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,82,72); }

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

background-color css

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

 a { background-color: rgb(79,82,72); }

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

border-color css

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

 span { border-color: rgb(79,82,72); }

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