Html Css Color HEX #539255 Fruit Salad

📋 copy color: '#539255'

red 83 ◦ green 146 ◦ blue 85

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

Shades of Fruit Salad #539255

Tints of Fruit Salad #539255

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.5%

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

R = 26.43%
G = 46.5%
B = 27.07%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.42

 K value IS 0.43

RGB Variations

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

Color information

#539255 (or 0x539255) is known color: Fruit Salad. HEX triplet: 53, 92 and 55. RGB value is (83,146,85). Sum of RGB (Red+Green+Blue) = 83+146+85=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #539255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539255 is #AC6DAA. Grayscale: #787878. Windows color (decimal): -11300267 or 5608019. OLE color: 5608019.

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

Color convert

RGB 83 146 85 -
CMYK 0.43 0 0.42 0.43
HSL 121.9º 0.28% 0.45% -
HSV(B) 121.9º 0.43% 0.57% -
XYZ 15.49 23.05 12.23 -
YUV 120.21 108.13 101.46 -
System Red Green Blue C M Y K H S L
Decimal 83 146 85 0.43 0 0.42 0.43 121.9 0.28 0.45
Hex 53 92 55 2B 0 2A 2B 7A 1C 2D
Octal 123 222 125 53 0 52 53 172 34 55
Binary 1010011 10010010 1010101 101011 0 101010 101011 1111010 11100 101101

Color Harmonies of #539255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539255

Black with #539255

Text Example


Text Example

White with #539255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539255; }

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

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

background-color css

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

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

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

border-color css

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

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

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