Html Css Color HEX #4F514B Lunar Green

📋 copy color: '#4F514B'

red 79 ◦ green 81 ◦ blue 75

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

Shades of Lunar Green #4F514B

Tints of Lunar Green #4F514B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.47%

 BLUE value IS 75 (29.69% from 255) = 31.91%

R = 33.62%
G = 34.47%
B = 31.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#4F514B (or 0x4F514B) is known color: Lunar Green. HEX triplet: 4F, 51 and 4B. RGB value is (79,81,75). Sum of RGB (Red+Green+Blue) = 79+81+75=235 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.62% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 81 - color contains mainly: green. Hex color #4F514B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F514B is #B0AEB4. Grayscale: #4F4F4F. Windows color (decimal): -11579061 or 4936015. OLE color: 4936015.

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

Color convert

RGB 79 81 75 -
CMYK 0.02 0 0.07 0.68
HSL 80º 0.04% 0.31% -
HSV(B) 80º 0.07% 0.32% -
XYZ 7.44 8.06 7.82 -
YUV 79.72 125.34 127.49 -
System Red Green Blue C M Y K H S L
Decimal 79 81 75 0.02 0 0.07 0.68 80 0.04 0.31
Hex 4F 51 4B 2 0 7 44 50 4 1F
Octal 117 121 113 2 0 7 104 120 4 37
Binary 1001111 1010001 1001011 10 0 111 1000100 1010000 100 11111

Color Harmonies of #4F514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F514B

Black with #4F514B

Text Example


Text Example

White with #4F514B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,81,75); }

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

background-color css

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

 a { background-color: rgb(79,81,75); }

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

border-color css

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

 span { border-color: rgb(79,81,75); }

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