Html Css Color HEX #54995C Fruit Salad

📋 copy color: '#54995C'

red 84 ◦ green 153 ◦ blue 92

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

Shades of Fruit Salad #54995C

Tints of Fruit Salad #54995C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.96%

R = 25.53%
G = 46.5%
B = 27.96%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#54995C (or 0x54995C) is known color: Fruit Salad. HEX triplet: 54, 99 and 5C. RGB value is (84,153,92). Sum of RGB (Red+Green+Blue) = 84+153+92=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #54995C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54995C is #AB66A3. Grayscale: #7D7D7D. Windows color (decimal): -11232932 or 6068564. OLE color: 6068564.

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

Color convert

RGB 84 153 92 -
CMYK 0.45 0 0.40 0.4
HSL 126.96º 0.29% 0.46% -
HSV(B) 126.96º 0.45% 0.6% -
XYZ 16.98 25.44 14.14 -
YUV 125.42 109.14 98.46 -
System Red Green Blue C M Y K H S L
Decimal 84 153 92 0.45 0 0.40 0.4 126.96 0.29 0.46
Hex 54 99 5C 2D 0 28 28 7F 1D 2E
Octal 124 231 134 55 0 50 50 177 35 56
Binary 1010100 10011001 1011100 101101 0 101000 101000 1111111 11101 101110

Color Harmonies of #54995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54995C

Black with #54995C

Text Example


Text Example

White with #54995C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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