Html Css Color HEX #539B56 Fruit Salad

📋 copy color: '#539B56'

red 83 ◦ green 155 ◦ blue 86

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

Shades of Fruit Salad #539B56

Tints of Fruit Salad #539B56

RGB

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

 GREEN value IS 155 (60.94% from 255) = 47.84%

 BLUE value IS 86 (33.98% from 255) = 26.54%

R = 25.62%
G = 47.84%
B = 26.54%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#539B56 (or 0x539B56) is known color: Fruit Salad. HEX triplet: 53, 9B and 56. RGB value is (83,155,86). Sum of RGB (Red+Green+Blue) = 83+155+86=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #539B56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539B56 is #AC64A9. Grayscale: #7D7D7D. Windows color (decimal): -11297962 or 5675859. OLE color: 5675859.

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

Color convert

RGB 83 155 86 -
CMYK 0.46 0 0.45 0.39
HSL 122.5º 0.3% 0.47% -
HSV(B) 122.5º 0.46% 0.61% -
XYZ 16.97 25.95 12.92 -
YUV 125.61 105.65 97.61 -
System Red Green Blue C M Y K H S L
Decimal 83 155 86 0.46 0 0.45 0.39 122.5 0.3 0.47
Hex 53 9B 56 2E 0 2D 27 7B 1E 2F
Octal 123 233 126 56 0 55 47 173 36 57
Binary 1010011 10011011 1010110 101110 0 101101 100111 1111011 11110 101111

Color Harmonies of #539B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539B56

Black with #539B56

Text Example


Text Example

White with #539B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,155,86); }

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

background-color css

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

 a { background-color: rgb(83,155,86); }

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

border-color css

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

 span { border-color: rgb(83,155,86); }

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