Html Css Color HEX #539E5D Fruit Salad

📋 copy color: '#539E5D'

red 83 ◦ green 158 ◦ blue 93

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

Shades of Fruit Salad #539E5D

Tints of Fruit Salad #539E5D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.31%

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

R = 24.85%
G = 47.31%
B = 27.84%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#539E5D (or 0x539E5D) is known color: Fruit Salad. HEX triplet: 53, 9E and 5D. RGB value is (83,158,93). Sum of RGB (Red+Green+Blue) = 83+158+93=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 158 (62.11% from 255 or 47.31% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 158 - color contains mainly: green. Hex color #539E5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539E5D is #AC61A2. Grayscale: #808080. Windows color (decimal): -11297187 or 6135379. OLE color: 6135379.

HSL color Cylindrical-coordinate representation of color #539E5D: hue angle of 128º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539E5D is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 158 93 -
CMYK 0.47 0 0.41 0.38
HSL 128º 0.31% 0.47% -
HSV(B) 128º 0.47% 0.62% -
XYZ 17.77 27.08 14.65 -
YUV 128.17 108.15 95.79 -
System Red Green Blue C M Y K H S L
Decimal 83 158 93 0.47 0 0.41 0.38 128 0.31 0.47
Hex 53 9E 5D 2F 0 29 26 80 1F 2F
Octal 123 236 135 57 0 51 46 200 37 57
Binary 1010011 10011110 1011101 101111 0 101001 100110 10000000 11111 101111

Color Harmonies of #539E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539E5D

Black with #539E5D

Text Example


Text Example

White with #539E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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