Html Css Color HEX #484D3F Lunar Green

📋 copy color: '#484D3F'

red 72 ◦ green 77 ◦ blue 63

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

Shades of Lunar Green #484D3F

Tints of Lunar Green #484D3F

RGB

 RED value IS 72 (28.52% from 255) = 33.96%

 GREEN value IS 77 (30.47% from 255) = 36.32%

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

R = 33.96%
G = 36.32%
B = 29.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.70

RGB Variations

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

Color information

#484D3F (or 0x484D3F) is known color: Lunar Green. HEX triplet: 48, 4D and 3F. RGB value is (72,77,63). Sum of RGB (Red+Green+Blue) = 72+77+63=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 77 - color contains mainly: green. Hex color #484D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484D3F is #B7B2C0. Grayscale: #494949. Windows color (decimal): -12038849 or 4148552. OLE color: 4148552.

HSL color Cylindrical-coordinate representation of color #484D3F: hue angle of 81.43º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #484D3F is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 77 63 -
CMYK 0.06 0 0.18 0.70
HSL 81.43º 0.1% 0.27% -
HSV(B) 81.43º 0.18% 0.3% -
XYZ 6.22 7.04 5.73 -
YUV 73.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 72 77 63 0.06 0 0.18 0.70 81.43 0.1 0.27
Hex 48 4D 3F 6 0 12 46 51 A 1B
Octal 110 115 77 6 0 22 106 121 12 33
Binary 1001000 1001101 111111 110 0 10010 1000110 1010001 1010 11011

Color Harmonies of #484D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484D3F

Black with #484D3F

Text Example


Text Example

White with #484D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484D3F; }

 p { color: rgb(72,77,63); }

 H1.HeaderClassName
 {
   color: #484D3F;
 }
 .AnyTagClassName
 {
   color: #484D3F;
 }
</style>

background-color css

<style>
 a { background-color: #484D3F; }

 a { background-color: rgb(72,77,63); }

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

border-color css

<style>
 span { border-color: #484D3F; }

 span { border-color: rgb(72,77,63); }

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