#538F59

Color #538F59 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #538F59

Tints of Fruit Salad #538F59

Color information

#538F59 (or 0x538F59) is unknown color: approx Fruit Salad. HEX triplet: 53, 8F and 59. RGB value is (83,143,89). Sum of RGB (Red+Green+Blue) = 83+143+89=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 143 - color contains mainly: green. Hex color #538F59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538F59 is #AC70A6. Grayscale: #777777. Windows color (decimal): -11301031 or 5869395. OLE color: 5869395.

HSL color Cylindrical-coordinate representation of color #538F59: hue angle of 126º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538F59 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB8314389-
CMYK0.4200.380.44
HSL126º26.55%44.31%-
HSV(B)126º41.96%56.08%-
XYZ15.1922.2112.94-
YUV118.9111.12102.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.35%
GREEN value IS 143 (56.25% from 255) = 45.40%
BLUE value IS 89 (35.16% from 255) = 28.25%
R=26.35%
G=45.40%
B=28.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83143890.4200.380.4412626.5544.31
Hex538F592A0262C7e1b2c
Octal12321713152046541763354
Binary10100111000111110110011010100100110101100111111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538F59; }

 p { color: rgb(83,143,89); }

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

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

 a { background-color: rgb(83,143,89); }

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

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

 span { border-color: rgb(83,143,89); }

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