Html Css Color HEX #4B5040 Lunar Green

📋 copy color: '#4B5040'

red 75 ◦ green 80 ◦ blue 64

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

Shades of Lunar Green #4B5040

Tints of Lunar Green #4B5040

RGB

 RED value IS 75 (29.69% from 255) = 34.25%

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

 BLUE value IS 64 (25.39% from 255) = 29.22%

R = 34.25%
G = 36.53%
B = 29.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#4B5040 (or 0x4B5040) is known color: Lunar Green. HEX triplet: 4B, 50 and 40. RGB value is (75,80,64). Sum of RGB (Red+Green+Blue) = 75+80+64=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 80 - color contains mainly: green. Hex color #4B5040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5040 is #B4AFBF. Grayscale: #4C4C4C. Windows color (decimal): -11841472 or 4214859. OLE color: 4214859.

HSL color Cylindrical-coordinate representation of color #4B5040: hue angle of 78.75º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4B5040 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 75 80 64 -
CMYK 0.06 0 0.20 0.69
HSL 78.75º 0.11% 0.28% -
HSV(B) 78.75º 0.2% 0.31% -
XYZ 6.7 7.6 5.97 -
YUV 76.68 120.84 126.8 -
System Red Green Blue C M Y K H S L
Decimal 75 80 64 0.06 0 0.20 0.69 78.75 0.11 0.28
Hex 4B 50 40 6 0 14 45 4F B 1C
Octal 113 120 100 6 0 24 105 117 13 34
Binary 1001011 1010000 1000000 110 0 10100 1000101 1001111 1011 11100

Color Harmonies of #4B5040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5040

Black with #4B5040

Text Example


Text Example

White with #4B5040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,80,64); }

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

background-color css

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

 a { background-color: rgb(75,80,64); }

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

border-color css

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

 span { border-color: rgb(75,80,64); }

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