Html Css Color HEX #515A38 Lunar Green

📋 copy color: '#515A38'

red 81 ◦ green 90 ◦ blue 56

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

Shades of Lunar Green #515A38

Tints of Lunar Green #515A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.67%

R = 35.68%
G = 39.65%
B = 24.67%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#515A38 (or 0x515A38) is known color: Lunar Green. HEX triplet: 51, 5A and 38. RGB value is (81,90,56). Sum of RGB (Red+Green+Blue) = 81+90+56=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 90 - color contains mainly: green. Hex color #515A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515A38 is #AEA5C7. Grayscale: #535353. Windows color (decimal): -11445704 or 3693137. OLE color: 3693137.

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

Color convert

RGB 81 90 56 -
CMYK 0.1 0 0.38 0.65
HSL 75.88º 0.23% 0.29% -
HSV(B) 75.88º 0.38% 0.35% -
XYZ 7.76 9.35 5.14 -
YUV 83.43 112.52 126.26 -
System Red Green Blue C M Y K H S L
Decimal 81 90 56 0.1 0 0.38 0.65 75.88 0.23 0.29
Hex 51 5A 38 A 0 26 41 4C 17 1D
Octal 121 132 70 12 0 46 101 114 27 35
Binary 1010001 1011010 111000 1010 0 100110 1000001 1001100 10111 11101

Color Harmonies of #515A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515A38

Black with #515A38

Text Example


Text Example

White with #515A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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