#535F43

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

Shades of Lunar Green #535F43

Tints of Lunar Green #535F43

Color information

#535F43 (or 0x535F43) is unknown color: approx Lunar Green. HEX triplet: 53, 5F and 43. RGB value is (83,95,67). Sum of RGB (Red+Green+Blue) = 83+95+67=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 67 (26.56% from 255 or 27.35% from 245); Max value from RGB is 95 - color contains mainly: green. Hex color #535F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535F43 is #ACA0BC. Grayscale: #585858. Windows color (decimal): -11313341 or 4415315. OLE color: 4415315.

HSL color Cylindrical-coordinate representation of color #535F43: hue angle of 85.71º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #535F43 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.63.

Color convert

RGB839567-
CMYK0.1300.290.63
HSL85.71º17.28%31.76%-
HSV(B)85.71º29.47%37.25%-
XYZ8.6710.436.87-
YUV88.22116.02124.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.88%
GREEN value IS 95 (37.5% from 255) = 38.78%
BLUE value IS 67 (26.56% from 255) = 27.35%
R=33.88%
G=38.78%
B=27.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8395670.1300.290.6385.7117.2831.76
Hex535F43D01D3F561120
Octal12313710315035771262140
Binary1010011101111110000111101011101111111101011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535F43; }

 p { color: rgb(83,95,67); }

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

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

 a { background-color: rgb(83,95,67); }

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

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

 span { border-color: rgb(83,95,67); }

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