Html Css Color HEX #539A5D Fruit Salad

📋 copy color: '#539A5D'

red 83 ◦ green 154 ◦ blue 93

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

Shades of Fruit Salad #539A5D

Tints of Fruit Salad #539A5D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.67%

 BLUE value IS 93 (36.72% from 255) = 28.18%

R = 25.15%
G = 46.67%
B = 28.18%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#539A5D (or 0x539A5D) is known color: Fruit Salad. HEX triplet: 53, 9A and 5D. RGB value is (83,154,93). Sum of RGB (Red+Green+Blue) = 83+154+93=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 154 (60.55% from 255 or 46.67% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 154 - color contains mainly: green. Hex color #539A5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539A5D is #AC65A2. Grayscale: #7D7D7D. Windows color (decimal): -11298211 or 6134355. OLE color: 6134355.

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

Color convert

RGB 83 154 93 -
CMYK 0.46 0 0.40 0.40
HSL 128.45º 0.3% 0.46% -
HSV(B) 128.45º 0.46% 0.6% -
XYZ 17.1 25.74 14.42 -
YUV 125.82 109.48 97.46 -
System Red Green Blue C M Y K H S L
Decimal 83 154 93 0.46 0 0.40 0.40 128.45 0.3 0.46
Hex 53 9A 5D 2E 0 28 28 80 1E 2E
Octal 123 232 135 56 0 50 50 200 36 56
Binary 1010011 10011010 1011101 101110 0 101000 101000 10000000 11110 101110

Color Harmonies of #539A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539A5D

Black with #539A5D

Text Example


Text Example

White with #539A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,154,93); }

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

background-color css

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

 a { background-color: rgb(83,154,93); }

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

border-color css

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

 span { border-color: rgb(83,154,93); }

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