Html Css Color HEX #4B503F Lunar Green

📋 copy color: '#4B503F'

red 75 ◦ green 80 ◦ blue 63

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

Shades of Lunar Green #4B503F

Tints of Lunar Green #4B503F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28.9%

R = 34.4%
G = 36.7%
B = 28.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#4B503F (or 0x4B503F) is known color: Lunar Green. HEX triplet: 4B, 50 and 3F. RGB value is (75,80,63). Sum of RGB (Red+Green+Blue) = 75+80+63=218 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.40% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 80 - color contains mainly: green. Hex color #4B503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B503F is #B4AFC0. Grayscale: #4C4C4C. Windows color (decimal): -11841473 or 4149323. OLE color: 4149323.

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

Color convert

RGB 75 80 63 -
CMYK 0.06 0 0.21 0.69
HSL 77.65º 0.12% 0.28% -
HSV(B) 77.65º 0.21% 0.31% -
XYZ 6.67 7.59 5.82 -
YUV 76.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 75 80 63 0.06 0 0.21 0.69 77.65 0.12 0.28
Hex 4B 50 3F 6 0 15 45 4E C 1C
Octal 113 120 77 6 0 25 105 116 14 34
Binary 1001011 1010000 111111 110 0 10101 1000101 1001110 1100 11100

Color Harmonies of #4B503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B503F

Black with #4B503F

Text Example


Text Example

White with #4B503F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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