Html Css Color HEX #57955D Fruit Salad

📋 copy color: '#57955D'

red 87 ◦ green 149 ◦ blue 93

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

Shades of Fruit Salad #57955D

Tints of Fruit Salad #57955D

RGB

 RED value IS 87 (34.38% from 255) = 26.44%

 GREEN value IS 149 (58.59% from 255) = 45.29%

 BLUE value IS 93 (36.72% from 255) = 28.27%

R = 26.44%
G = 45.29%
B = 28.27%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#57955D (or 0x57955D) is known color: Fruit Salad. HEX triplet: 57, 95 and 5D. RGB value is (87,149,93). Sum of RGB (Red+Green+Blue) = 87+149+93=329 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.44% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #57955D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57955D is #A86AA2. Grayscale: #7C7C7C. Windows color (decimal): -11037347 or 6133079. OLE color: 6133079.

HSL color Cylindrical-coordinate representation of color #57955D: hue angle of 125.81º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #57955D is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 149 93 -
CMYK 0.42 0 0.38 0.42
HSL 125.81º 0.26% 0.46% -
HSV(B) 125.81º 0.42% 0.58% -
XYZ 16.65 24.31 14.17 -
YUV 124.08 110.46 101.55 -
System Red Green Blue C M Y K H S L
Decimal 87 149 93 0.42 0 0.38 0.42 125.81 0.26 0.46
Hex 57 95 5D 2A 0 26 2A 7E 1A 2E
Octal 127 225 135 52 0 46 52 176 32 56
Binary 1010111 10010101 1011101 101010 0 100110 101010 1111110 11010 101110

Color Harmonies of #57955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57955D

Black with #57955D

Text Example


Text Example

White with #57955D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,149,93); }

 H1.HeaderClassName
 {
   color: #57955D;
 }
 .AnyTagClassName
 {
   color: #57955D;
 }
</style>

background-color css

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

 a { background-color: rgb(87,149,93); }

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

border-color css

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

 span { border-color: rgb(87,149,93); }

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