Html Css Color HEX #515A3B Lunar Green

📋 copy color: '#515A3B'

red 81 ◦ green 90 ◦ blue 59

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

Shades of Lunar Green #515A3B

Tints of Lunar Green #515A3B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.13%

 BLUE value IS 59 (23.44% from 255) = 25.65%

R = 35.22%
G = 39.13%
B = 25.65%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#515A3B (or 0x515A3B) is known color: Lunar Green. HEX triplet: 51, 5A and 3B. RGB value is (81,90,59). Sum of RGB (Red+Green+Blue) = 81+90+59=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 90 - color contains mainly: green. Hex color #515A3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515A3B is #AEA5C4. Grayscale: #535353. Windows color (decimal): -11445701 or 3889745. OLE color: 3889745.

HSL color Cylindrical-coordinate representation of color #515A3B: hue angle of 77.42º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #515A3B is Cyan = 0.1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 90 59 -
CMYK 0.1 0 0.34 0.65
HSL 77.42º 0.21% 0.29% -
HSV(B) 77.42º 0.34% 0.35% -
XYZ 7.84 9.38 5.53 -
YUV 83.78 114.02 126.02 -
System Red Green Blue C M Y K H S L
Decimal 81 90 59 0.1 0 0.34 0.65 77.42 0.21 0.29
Hex 51 5A 3B A 0 22 41 4D 15 1D
Octal 121 132 73 12 0 42 101 115 25 35
Binary 1010001 1011010 111011 1010 0 100010 1000001 1001101 10101 11101

Color Harmonies of #515A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515A3B

Black with #515A3B

Text Example


Text Example

White with #515A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,90,59); }

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

background-color css

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

 a { background-color: rgb(81,90,59); }

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

border-color css

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

 span { border-color: rgb(81,90,59); }

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