Html Css Color HEX #505A36 Lunar Green

📋 copy color: '#505A36'

red 80 ◦ green 90 ◦ blue 54

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

Shades of Lunar Green #505A36

Tints of Lunar Green #505A36

RGB

 RED value IS 80 (31.64% from 255) = 35.71%

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

 BLUE value IS 54 (21.48% from 255) = 24.11%

R = 35.71%
G = 40.18%
B = 24.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#505A36 (or 0x505A36) is known color: Lunar Green. HEX triplet: 50, 5A and 36. RGB value is (80,90,54). Sum of RGB (Red+Green+Blue) = 80+90+54=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 90 - color contains mainly: green. Hex color #505A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505A36 is #AFA5C9. Grayscale: #535353. Windows color (decimal): -11511242 or 3562064. OLE color: 3562064.

HSL color Cylindrical-coordinate representation of color #505A36: hue angle of 76.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #505A36 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 90 54 -
CMYK 0.11 0 0.40 0.65
HSL 76.67º 0.25% 0.28% -
HSV(B) 76.67º 0.4% 0.35% -
XYZ 7.63 9.28 4.88 -
YUV 82.91 111.69 125.93 -
System Red Green Blue C M Y K H S L
Decimal 80 90 54 0.11 0 0.40 0.65 76.67 0.25 0.28
Hex 50 5A 36 B 0 28 41 4D 19 1C
Octal 120 132 66 13 0 50 101 115 31 34
Binary 1010000 1011010 110110 1011 0 101000 1000001 1001101 11001 11100

Color Harmonies of #505A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505A36

Black with #505A36

Text Example


Text Example

White with #505A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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