Html Css Color HEX #54994C Fruit Salad

📋 copy color: '#54994C'

red 84 ◦ green 153 ◦ blue 76

#54994C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #54994C

Tints of Fruit Salad #54994C

RGB

 RED value IS 84 (33.2% from 255) = 26.84%

 GREEN value IS 153 (60.16% from 255) = 48.88%

 BLUE value IS 76 (30.08% from 255) = 24.28%

R = 26.84%
G = 48.88%
B = 24.28%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#54994C (or 0x54994C) is known color: Fruit Salad. HEX triplet: 54, 99 and 4C. RGB value is (84,153,76). Sum of RGB (Red+Green+Blue) = 84+153+76=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #54994C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54994C is #AB66B3. Grayscale: #7B7B7B. Windows color (decimal): -11232948 or 5019988. OLE color: 5019988.

HSL color Cylindrical-coordinate representation of color #54994C: hue angle of 113.77º degrees, saturation: 0.34, 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 #54994C is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 84 153 76 -
CMYK 0.45 0 0.50 0.4
HSL 113.77º 0.34% 0.45% -
HSV(B) 113.77º 0.5% 0.6% -
XYZ 16.35 25.19 10.84 -
YUV 123.59 101.14 99.76 -
System Red Green Blue C M Y K H S L
Decimal 84 153 76 0.45 0 0.50 0.4 113.77 0.34 0.45
Hex 54 99 4C 2D 0 32 28 72 22 2D
Octal 124 231 114 55 0 62 50 162 42 55
Binary 1010100 10011001 1001100 101101 0 110010 101000 1110010 100010 101101

Color Harmonies of #54994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54994C

Black with #54994C

Text Example


Text Example

White with #54994C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54994C;
 }
 .AnyTagClassName
 {
   color: #54994C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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