#54994D

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

Shades of Fruit Salad #54994D

Tints of Fruit Salad #54994D

Color information

#54994D (or 0x54994D) is unknown color: approx Fruit Salad. HEX triplet: 54, 99 and 4D. RGB value is (84,153,77). Sum of RGB (Red+Green+Blue) = 84+153+77=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #54994D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54994D is #AB66B2. Grayscale: #7B7B7B. Windows color (decimal): -11232947 or 5085524. OLE color: 5085524.

HSL color Cylindrical-coordinate representation of color #54994D: hue angle of 114.47º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54994D is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB8415377-
CMYK0.4500.500.4
HSL114.47º33.04%45.1%-
HSV(B)114.47º49.67%60%-
XYZ16.3925.211.02-
YUV123.7101.6499.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.75%
GREEN value IS 153 (60.16% from 255) = 48.73%
BLUE value IS 77 (30.47% from 255) = 24.52%
R=26.75%
G=48.73%
B=24.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal84153770.4500.500.4114.4733.0445.1
Hex54994D2D0322872212d
Octal12423111555062501624155
Binary101010010011001100110110110101100101010001110010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54994D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54994D; }

 p { color: rgb(84,153,77); }

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

<style>
 a { background-color: #54994D; }

 a { background-color: rgb(84,153,77); }

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

<style>
 span { border-color: #54994D; }

 span { border-color: rgb(84,153,77); }

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