Html Css Color HEX #539856 Fruit Salad

📋 copy color: '#539856'

red 83 ◦ green 152 ◦ blue 86

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

Shades of Fruit Salad #539856

Tints of Fruit Salad #539856

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.35%

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

R = 25.86%
G = 47.35%
B = 26.79%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#539856 (or 0x539856) is known color: Fruit Salad. HEX triplet: 53, 98 and 56. RGB value is (83,152,86). Sum of RGB (Red+Green+Blue) = 83+152+86=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 152 - color contains mainly: green. Hex color #539856 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539856 is #AC67A9. Grayscale: #7C7C7C. Windows color (decimal): -11298730 or 5675091. OLE color: 5675091.

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

Color convert

RGB 83 152 86 -
CMYK 0.45 0 0.43 0.40
HSL 122.61º 0.29% 0.46% -
HSV(B) 122.61º 0.45% 0.6% -
XYZ 16.48 24.97 12.75 -
YUV 123.85 106.64 98.87 -
System Red Green Blue C M Y K H S L
Decimal 83 152 86 0.45 0 0.43 0.40 122.61 0.29 0.46
Hex 53 98 56 2D 0 2B 28 7B 1D 2E
Octal 123 230 126 55 0 53 50 173 35 56
Binary 1010011 10011000 1010110 101101 0 101011 101000 1111011 11101 101110

Color Harmonies of #539856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539856

Black with #539856

Text Example


Text Example

White with #539856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539856; }

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

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

background-color css

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

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

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

border-color css

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

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

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