Html Css Color HEX #539554 Fruit Salad

📋 copy color: '#539554'

red 83 ◦ green 149 ◦ blue 84

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

Shades of Fruit Salad #539554

Tints of Fruit Salad #539554

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.15%

 BLUE value IS 84 (33.2% from 255) = 26.58%

R = 26.27%
G = 47.15%
B = 26.58%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#539554 (or 0x539554) is known color: Fruit Salad. HEX triplet: 53, 95 and 54. RGB value is (83,149,84). Sum of RGB (Red+Green+Blue) = 83+149+84=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #539554 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539554 is #AC6AAB. Grayscale: #7A7A7A. Windows color (decimal): -11299500 or 5543251. OLE color: 5543251.

HSL color Cylindrical-coordinate representation of color #539554: hue angle of 120.91º 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 #539554 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 149 84 -
CMYK 0.44 0 0.44 0.42
HSL 120.91º 0.28% 0.45% -
HSV(B) 120.91º 0.44% 0.58% -
XYZ 15.91 23.97 12.18 -
YUV 121.86 106.63 100.29 -
System Red Green Blue C M Y K H S L
Decimal 83 149 84 0.44 0 0.44 0.42 120.91 0.28 0.45
Hex 53 95 54 2C 0 2C 2A 79 1C 2D
Octal 123 225 124 54 0 54 52 171 34 55
Binary 1010011 10010101 1010100 101100 0 101100 101010 1111001 11100 101101

Color Harmonies of #539554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539554

Black with #539554

Text Example


Text Example

White with #539554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539554; }

 p { color: rgb(83,149,84); }

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

background-color css

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

 a { background-color: rgb(83,149,84); }

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

border-color css

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

 span { border-color: rgb(83,149,84); }

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