Html Css Color HEX #484D3E Lunar Green

📋 copy color: '#484D3E'

red 72 ◦ green 77 ◦ blue 62

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

Shades of Lunar Green #484D3E

Tints of Lunar Green #484D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 29.38%

R = 34.12%
G = 36.49%
B = 29.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.70

RGB Variations

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

Color information

#484D3E (or 0x484D3E) is known color: Lunar Green. HEX triplet: 48, 4D and 3E. RGB value is (72,77,62). Sum of RGB (Red+Green+Blue) = 72+77+62=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 77 - color contains mainly: green. Hex color #484D3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484D3E is #B7B2C1. Grayscale: #494949. Windows color (decimal): -12038850 or 4083016. OLE color: 4083016.

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

Color convert

RGB 72 77 62 -
CMYK 0.06 0 0.19 0.70
HSL 80º 0.11% 0.27% -
HSV(B) 80º 0.19% 0.3% -
XYZ 6.2 7.03 5.59 -
YUV 73.8 121.34 126.72 -
System Red Green Blue C M Y K H S L
Decimal 72 77 62 0.06 0 0.19 0.70 80 0.11 0.27
Hex 48 4D 3E 6 0 13 46 50 B 1B
Octal 110 115 76 6 0 23 106 120 13 33
Binary 1001000 1001101 111110 110 0 10011 1000110 1010000 1011 11011

Color Harmonies of #484D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484D3E

Black with #484D3E

Text Example


Text Example

White with #484D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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