Html Css Color HEX #485139 Lunar Green

📋 copy color: '#485139'

red 72 ◦ green 81 ◦ blue 57

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

Shades of Lunar Green #485139

Tints of Lunar Green #485139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 27.14%

R = 34.29%
G = 38.57%
B = 27.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#485139 (or 0x485139) is known color: Lunar Green. HEX triplet: 48, 51 and 39. RGB value is (72,81,57). Sum of RGB (Red+Green+Blue) = 72+81+57=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 81 - color contains mainly: green. Hex color #485139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485139 is #B7AEC6. Grayscale: #4B4B4B. Windows color (decimal): -12037831 or 3756360. OLE color: 3756360.

HSL color Cylindrical-coordinate representation of color #485139: hue angle of 82.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #485139 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 81 57 -
CMYK 0.11 0 0.30 0.68
HSL 82.5º 0.17% 0.27% -
HSV(B) 82.5º 0.3% 0.32% -
XYZ 6.35 7.56 4.99 -
YUV 75.57 117.52 125.45 -
System Red Green Blue C M Y K H S L
Decimal 72 81 57 0.11 0 0.30 0.68 82.5 0.17 0.27
Hex 48 51 39 B 0 1E 44 52 11 1B
Octal 110 121 71 13 0 36 104 122 21 33
Binary 1001000 1010001 111001 1011 0 11110 1000100 1010010 10001 11011

Color Harmonies of #485139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485139

Black with #485139

Text Example


Text Example

White with #485139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485139; }

 p { color: rgb(72,81,57); }

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

background-color css

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

 a { background-color: rgb(72,81,57); }

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

border-color css

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

 span { border-color: rgb(72,81,57); }

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