Html Css Color HEX #4F5448 Lunar Green

📋 copy color: '#4F5448'

red 79 ◦ green 84 ◦ blue 72

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

Shades of Lunar Green #4F5448

Tints of Lunar Green #4F5448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.74%

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

R = 33.62%
G = 35.74%
B = 30.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#4F5448 (or 0x4F5448) is known color: Lunar Green. HEX triplet: 4F, 54 and 48. RGB value is (79,84,72). Sum of RGB (Red+Green+Blue) = 79+84+72=235 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.62% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 84 - color contains mainly: green. Hex color #4F5448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5448 is #B0ABB7. Grayscale: #515151. Windows color (decimal): -11578296 or 4740175. OLE color: 4740175.

HSL color Cylindrical-coordinate representation of color #4F5448: hue angle of 85º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4F5448 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 79 84 72 -
CMYK 0.06 0 0.14 0.67
HSL 85º 0.08% 0.31% -
HSV(B) 85º 0.14% 0.33% -
XYZ 7.56 8.47 7.37 -
YUV 81.14 122.84 126.48 -
System Red Green Blue C M Y K H S L
Decimal 79 84 72 0.06 0 0.14 0.67 85 0.08 0.31
Hex 4F 54 48 6 0 E 43 55 8 1F
Octal 117 124 110 6 0 16 103 125 10 37
Binary 1001111 1010100 1001000 110 0 1110 1000011 1010101 1000 11111

Color Harmonies of #4F5448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5448

Black with #4F5448

Text Example


Text Example

White with #4F5448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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