Html Css Color HEX #54915B Fruit Salad

📋 copy color: '#54915B'

red 84 ◦ green 145 ◦ blue 91

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

Shades of Fruit Salad #54915B

Tints of Fruit Salad #54915B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.31%

 BLUE value IS 91 (35.94% from 255) = 28.44%

R = 26.25%
G = 45.31%
B = 28.44%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#54915B (or 0x54915B) is known color: Fruit Salad. HEX triplet: 54, 91 and 5B. RGB value is (84,145,91). Sum of RGB (Red+Green+Blue) = 84+145+91=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #54915B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54915B is #AB6EA4. Grayscale: #787878. Windows color (decimal): -11234981 or 6000980. OLE color: 6000980.

HSL color Cylindrical-coordinate representation of color #54915B: hue angle of 126.89º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54915B is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 145 91 -
CMYK 0.42 0 0.37 0.43
HSL 126.89º 0.27% 0.45% -
HSV(B) 126.89º 0.42% 0.57% -
XYZ 15.67 22.89 13.49 -
YUV 120.61 111.29 101.89 -
System Red Green Blue C M Y K H S L
Decimal 84 145 91 0.42 0 0.37 0.43 126.89 0.27 0.45
Hex 54 91 5B 2A 0 25 2B 7F 1B 2D
Octal 124 221 133 52 0 45 53 177 33 55
Binary 1010100 10010001 1011011 101010 0 100101 101011 1111111 11011 101101

Color Harmonies of #54915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54915B

Black with #54915B

Text Example


Text Example

White with #54915B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,145,91); }

 H1.HeaderClassName
 {
   color: #54915B;
 }
 .AnyTagClassName
 {
   color: #54915B;
 }
</style>

background-color css

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

 a { background-color: rgb(84,145,91); }

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

border-color css

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

 span { border-color: rgb(84,145,91); }

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