Html Css Color HEX #57945D Fruit Salad

📋 copy color: '#57945D'

red 87 ◦ green 148 ◦ blue 93

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

Shades of Fruit Salad #57945D

Tints of Fruit Salad #57945D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.12%

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

R = 26.52%
G = 45.12%
B = 28.35%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#57945D (or 0x57945D) is known color: Fruit Salad. HEX triplet: 57, 94 and 5D. RGB value is (87,148,93). Sum of RGB (Red+Green+Blue) = 87+148+93=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #57945D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57945D is #A86BA2. Grayscale: #7B7B7B. Windows color (decimal): -11037603 or 6132823. OLE color: 6132823.

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

Color convert

RGB 87 148 93 -
CMYK 0.41 0 0.37 0.42
HSL 125.9º 0.26% 0.46% -
HSV(B) 125.9º 0.41% 0.58% -
XYZ 16.5 24 14.12 -
YUV 123.49 110.79 101.97 -
System Red Green Blue C M Y K H S L
Decimal 87 148 93 0.41 0 0.37 0.42 125.9 0.26 0.46
Hex 57 94 5D 29 0 25 2A 7E 1A 2E
Octal 127 224 135 51 0 45 52 176 32 56
Binary 1010111 10010100 1011101 101001 0 100101 101010 1111110 11010 101110

Color Harmonies of #57945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57945D

Black with #57945D

Text Example


Text Example

White with #57945D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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