#53965B

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

Shades of Fruit Salad #53965B

Tints of Fruit Salad #53965B

Color information

#53965B (or 0x53965B) is unknown color: approx Fruit Salad. HEX triplet: 53, 96 and 5B. RGB value is (83,150,91). Sum of RGB (Red+Green+Blue) = 83+150+91=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #53965B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53965B is #AC69A4. Grayscale: #7B7B7B. Windows color (decimal): -11299237 or 6002259. OLE color: 6002259.

HSL color Cylindrical-coordinate representation of color #53965B: hue angle of 127.16º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53965B is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB8315091-
CMYK0.4500.390.41
HSL127.16º28.76%45.69%-
HSV(B)127.16º44.67%58.82%-
XYZ16.3624.4113.75-
YUV123.24109.899.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.62%
GREEN value IS 150 (58.98% from 255) = 46.30%
BLUE value IS 91 (35.94% from 255) = 28.09%
R=25.62%
G=46.30%
B=28.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal83150910.4500.390.41127.1628.7645.69
Hex53965B2D027297f1d2e
Octal12322613355047511773556
Binary10100111001011010110111011010100111101001111111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53965B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53965B; }

 p { color: rgb(83,150,91); }

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

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

 a { background-color: rgb(83,150,91); }

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

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

 span { border-color: rgb(83,150,91); }

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