Html Css Color HEX #515F3C Lunar Green

📋 copy color: '#515F3C'

red 81 ◦ green 95 ◦ blue 60

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

Shades of Lunar Green #515F3C

Tints of Lunar Green #515F3C

RGB

 RED value IS 81 (32.03% from 255) = 34.32%

 GREEN value IS 95 (37.5% from 255) = 40.25%

 BLUE value IS 60 (23.83% from 255) = 25.42%

R = 34.32%
G = 40.25%
B = 25.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.63

RGB Variations

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

Color information

#515F3C (or 0x515F3C) is known color: Lunar Green. HEX triplet: 51, 5F and 3C. RGB value is (81,95,60). Sum of RGB (Red+Green+Blue) = 81+95+60=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 95 - color contains mainly: green. Hex color #515F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515F3C is #AEA0C3. Grayscale: #565656. Windows color (decimal): -11444420 or 3956561. OLE color: 3956561.

HSL color Cylindrical-coordinate representation of color #515F3C: hue angle of 84º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #515F3C is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 95 60 -
CMYK 0.15 0 0.37 0.63
HSL 84º 0.23% 0.3% -
HSV(B) 84º 0.37% 0.37% -
XYZ 8.3 10.26 5.82 -
YUV 86.82 112.86 123.85 -
System Red Green Blue C M Y K H S L
Decimal 81 95 60 0.15 0 0.37 0.63 84 0.23 0.3
Hex 51 5F 3C F 0 25 3F 54 17 1E
Octal 121 137 74 17 0 45 77 124 27 36
Binary 1010001 1011111 111100 1111 0 100101 111111 1010100 10111 11110

Color Harmonies of #515F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515F3C

Black with #515F3C

Text Example


Text Example

White with #515F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515F3C; }

 p { color: rgb(81,95,60); }

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

background-color css

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

 a { background-color: rgb(81,95,60); }

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

border-color css

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

 span { border-color: rgb(81,95,60); }

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