Html Css Color HEX #516038 Lunar Green

📋 copy color: '#516038'

red 81 ◦ green 96 ◦ blue 56

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

Shades of Lunar Green #516038

Tints of Lunar Green #516038

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.2%

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

R = 34.76%
G = 41.2%
B = 24.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#516038 (or 0x516038) is known color: Lunar Green. HEX triplet: 51, 60 and 38. RGB value is (81,96,56). Sum of RGB (Red+Green+Blue) = 81+96+56=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 96 - color contains mainly: green. Hex color #516038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516038 is #AE9FC7. Grayscale: #575757. Windows color (decimal): -11444168 or 3694673. OLE color: 3694673.

HSL color Cylindrical-coordinate representation of color #516038: hue angle of 82.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #516038 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 96 56 -
CMYK 0.16 0 0.42 0.62
HSL 82.5º 0.26% 0.3% -
HSV(B) 82.5º 0.42% 0.38% -
XYZ 8.29 10.4 5.31 -
YUV 86.96 110.53 123.75 -
System Red Green Blue C M Y K H S L
Decimal 81 96 56 0.16 0 0.42 0.62 82.5 0.26 0.3
Hex 51 60 38 10 0 2A 3E 52 1A 1E
Octal 121 140 70 20 0 52 76 122 32 36
Binary 1010001 1100000 111000 10000 0 101010 111110 1010010 11010 11110

Color Harmonies of #516038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516038

Black with #516038

Text Example


Text Example

White with #516038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516038; }

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

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

background-color css

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

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

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

border-color css

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

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

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