Html Css Color HEX #539456 Fruit Salad

📋 copy color: '#539456'

red 83 ◦ green 148 ◦ blue 86

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

Shades of Fruit Salad #539456

Tints of Fruit Salad #539456

RGB

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

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

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

R = 26.18%
G = 46.69%
B = 27.13%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#539456 (or 0x539456) is known color: Fruit Salad. HEX triplet: 53, 94 and 56. RGB value is (83,148,86). Sum of RGB (Red+Green+Blue) = 83+148+86=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #539456 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539456 is #AC6BA9. Grayscale: #797979. Windows color (decimal): -11299754 or 5674067. OLE color: 5674067.

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

Color convert

RGB 83 148 86 -
CMYK 0.44 0 0.42 0.42
HSL 122.77º 0.28% 0.45% -
HSV(B) 122.77º 0.44% 0.58% -
XYZ 15.84 23.69 12.54 -
YUV 121.5 107.97 100.54 -
System Red Green Blue C M Y K H S L
Decimal 83 148 86 0.44 0 0.42 0.42 122.77 0.28 0.45
Hex 53 94 56 2C 0 2A 2A 7B 1C 2D
Octal 123 224 126 54 0 52 52 173 34 55
Binary 1010011 10010100 1010110 101100 0 101010 101010 1111011 11100 101101

Color Harmonies of #539456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539456

Black with #539456

Text Example


Text Example

White with #539456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539456; }

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

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

background-color css

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

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

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

border-color css

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

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

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