Html Css Color HEX #54995F Fruit Salad

📋 copy color: '#54995F'

red 84 ◦ green 153 ◦ blue 95

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

Shades of Fruit Salad #54995F

Tints of Fruit Salad #54995F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.61%

R = 25.3%
G = 46.08%
B = 28.61%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#54995F (or 0x54995F) is known color: Fruit Salad. HEX triplet: 54, 99 and 5F. RGB value is (84,153,95). Sum of RGB (Red+Green+Blue) = 84+153+95=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #54995F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54995F is #AB66A0. Grayscale: #7D7D7D. Windows color (decimal): -11232929 or 6265172. OLE color: 6265172.

HSL color Cylindrical-coordinate representation of color #54995F: hue angle of 129.57º 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 #54995F is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB 84 153 95 -
CMYK 0.45 0 0.38 0.4
HSL 129.57º 0.29% 0.46% -
HSV(B) 129.57º 0.45% 0.6% -
XYZ 17.11 25.49 14.85 -
YUV 125.76 110.64 98.22 -
System Red Green Blue C M Y K H S L
Decimal 84 153 95 0.45 0 0.38 0.4 129.57 0.29 0.46
Hex 54 99 5F 2D 0 26 28 82 1D 2E
Octal 124 231 137 55 0 46 50 202 35 56
Binary 1010100 10011001 1011111 101101 0 100110 101000 10000010 11101 101110

Color Harmonies of #54995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54995F

Black with #54995F

Text Example


Text Example

White with #54995F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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