Html Css Color HEX #515D3D Lunar Green

📋 copy color: '#515D3D'

red 81 ◦ green 93 ◦ blue 61

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

Shades of Lunar Green #515D3D

Tints of Lunar Green #515D3D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.57%

 BLUE value IS 61 (24.22% from 255) = 25.96%

R = 34.47%
G = 39.57%
B = 25.96%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#515D3D (or 0x515D3D) is known color: Lunar Green. HEX triplet: 51, 5D and 3D. RGB value is (81,93,61). Sum of RGB (Red+Green+Blue) = 81+93+61=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 93 - color contains mainly: green. Hex color #515D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515D3D is #AEA2C2. Grayscale: #555555. Windows color (decimal): -11444931 or 4021585. OLE color: 4021585.

HSL color Cylindrical-coordinate representation of color #515D3D: hue angle of 82.5º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #515D3D is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 93 61 -
CMYK 0.13 0 0.34 0.64
HSL 82.5º 0.21% 0.3% -
HSV(B) 82.5º 0.34% 0.36% -
XYZ 8.15 9.91 5.9 -
YUV 85.76 114.02 124.6 -
System Red Green Blue C M Y K H S L
Decimal 81 93 61 0.13 0 0.34 0.64 82.5 0.21 0.3
Hex 51 5D 3D D 0 22 40 52 15 1E
Octal 121 135 75 15 0 42 100 122 25 36
Binary 1010001 1011101 111101 1101 0 100010 1000000 1010010 10101 11110

Color Harmonies of #515D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515D3D

Black with #515D3D

Text Example


Text Example

White with #515D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,93,61); }

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

background-color css

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

 a { background-color: rgb(81,93,61); }

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

border-color css

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

 span { border-color: rgb(81,93,61); }

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