Html Css Color HEX #539A55 Fruit Salad

📋 copy color: '#539A55'

red 83 ◦ green 154 ◦ blue 85

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

Shades of Fruit Salad #539A55

Tints of Fruit Salad #539A55

RGB

 RED value IS 83 (32.81% from 255) = 25.78%

 GREEN value IS 154 (60.55% from 255) = 47.83%

 BLUE value IS 85 (33.59% from 255) = 26.4%

R = 25.78%
G = 47.83%
B = 26.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#539A55 (or 0x539A55) is known color: Fruit Salad. HEX triplet: 53, 9A and 55. RGB value is (83,154,85). Sum of RGB (Red+Green+Blue) = 83+154+85=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 154 (60.55% from 255 or 47.83% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 154 - color contains mainly: green. Hex color #539A55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539A55 is #AC65AA. Grayscale: #7D7D7D. Windows color (decimal): -11298219 or 5610067. OLE color: 5610067.

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

Color convert

RGB 83 154 85 -
CMYK 0.46 0 0.45 0.40
HSL 121.69º 0.3% 0.46% -
HSV(B) 121.69º 0.46% 0.6% -
XYZ 16.76 25.61 12.65 -
YUV 124.91 105.48 98.11 -
System Red Green Blue C M Y K H S L
Decimal 83 154 85 0.46 0 0.45 0.40 121.69 0.3 0.46
Hex 53 9A 55 2E 0 2D 28 7A 1E 2E
Octal 123 232 125 56 0 55 50 172 36 56
Binary 1010011 10011010 1010101 101110 0 101101 101000 1111010 11110 101110

Color Harmonies of #539A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539A55

Black with #539A55

Text Example


Text Example

White with #539A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539A55; }

 p { color: rgb(83,154,85); }

 H1.HeaderClassName
 {
   color: #539A55;
 }
 .AnyTagClassName
 {
   color: #539A55;
 }
</style>

background-color css

<style>
 a { background-color: #539A55; }

 a { background-color: rgb(83,154,85); }

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

border-color css

<style>
 span { border-color: #539A55; }

 span { border-color: rgb(83,154,85); }

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