#505C36

Color #505C36 Lunar Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lunar Green #505C36

Tints of Lunar Green #505C36

Color information

#505C36 (or 0x505C36) is unknown color: approx Lunar Green. HEX triplet: 50, 5C and 36. RGB value is (80,92,54). Sum of RGB (Red+Green+Blue) = 80+92+54=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 92 - color contains mainly: green. Hex color #505C36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505C36 is #AFA3C9. Grayscale: #545454. Windows color (decimal): -11510730 or 3562576. OLE color: 3562576.

HSL color Cylindrical-coordinate representation of color #505C36: hue angle of 78.95º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #505C36 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.

Color convert

RGB809254-
CMYK0.1300.410.64
HSL78.95º26.03%28.63%-
HSV(B)78.95º41.3%36.08%-
XYZ7.89.634.94-
YUV84.08111.02125.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.40%
GREEN value IS 92 (36.33% from 255) = 40.71%
BLUE value IS 54 (21.48% from 255) = 23.89%
R=35.40%
G=40.71%
B=23.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8092540.1300.410.6478.9526.0328.63
Hex505C36D029404f1a1d
Octal12013466150511001173235
Binary1010000101110011011011010101001100000010011111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505C36; }

 p { color: rgb(80,92,54); }

 H1.HeaderClassName
 {
   color: #505C36;
 }
 .AnyTagClassName
 {
   color: #505C36;
 }
</style>
background-color css

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

 a { background-color: rgb(80,92,54); }

 div.DivClassName
 {
   background-color: #505C36;
 }
 .BgClassName
 {
   background-color: #505C36;
 }
</style>
border-color css

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

 span { border-color: rgb(80,92,54); }

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