#53994B

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

Shades of Fruit Salad #53994B

Tints of Fruit Salad #53994B

Color information

#53994B (or 0x53994B) is unknown color: approx Fruit Salad. HEX triplet: 53, 99 and 4B. RGB value is (83,153,75). Sum of RGB (Red+Green+Blue) = 83+153+75=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #53994B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53994B is #AC66B4. Grayscale: #7B7B7B. Windows color (decimal): -11298485 or 4954451. OLE color: 4954451.

HSL color Cylindrical-coordinate representation of color #53994B: hue angle of 113.85º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53994B is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB8315375-
CMYK0.4600.510.4
HSL113.85º34.21%44.71%-
HSV(B)113.85º50.98%60%-
XYZ16.2325.1310.65-
YUV123.18100.8199.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.69%
GREEN value IS 153 (60.16% from 255) = 49.20%
BLUE value IS 75 (29.69% from 255) = 24.12%
R=26.69%
G=49.20%
B=24.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal83153750.4600.510.4113.8534.2144.71
Hex53994B2E0332872222d
Octal12323111356063501624255
Binary101001110011001100101110111001100111010001110010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,153,75); }

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

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

 a { background-color: rgb(83,153,75); }

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

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

 span { border-color: rgb(83,153,75); }

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