Html Css Color HEX #515B3D Lunar Green

📋 copy color: '#515B3D'

red 81 ◦ green 91 ◦ blue 61

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

Shades of Lunar Green #515B3D

Tints of Lunar Green #515B3D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 39.06%

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

R = 34.76%
G = 39.06%
B = 26.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.64

RGB Variations

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

Color information

#515B3D (or 0x515B3D) is known color: Lunar Green. HEX triplet: 51, 5B and 3D. RGB value is (81,91,61). Sum of RGB (Red+Green+Blue) = 81+91+61=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 91 - color contains mainly: green. Hex color #515B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515B3D is #AEA4C2. Grayscale: #545454. Windows color (decimal): -11445443 or 4021073. OLE color: 4021073.

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

Color convert

RGB 81 91 61 -
CMYK 0.11 0 0.33 0.64
HSL 80º 0.2% 0.3% -
HSV(B) 80º 0.33% 0.36% -
XYZ 7.98 9.57 5.84 -
YUV 84.59 114.69 125.44 -
System Red Green Blue C M Y K H S L
Decimal 81 91 61 0.11 0 0.33 0.64 80 0.2 0.3
Hex 51 5B 3D B 0 21 40 50 14 1E
Octal 121 133 75 13 0 41 100 120 24 36
Binary 1010001 1011011 111101 1011 0 100001 1000000 1010000 10100 11110

Color Harmonies of #515B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515B3D

Black with #515B3D

Text Example


Text Example

White with #515B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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