Html Css Color HEX #539D5D Fruit Salad

📋 copy color: '#539D5D'

red 83 ◦ green 157 ◦ blue 93

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

Shades of Fruit Salad #539D5D

Tints of Fruit Salad #539D5D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 47.15%

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

R = 24.92%
G = 47.15%
B = 27.93%

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

#539D5D (or 0x539D5D) is known color: Fruit Salad. HEX triplet: 53, 9D and 5D. RGB value is (83,157,93). Sum of RGB (Red+Green+Blue) = 83+157+93=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 157 - color contains mainly: green. Hex color #539D5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539D5D is #AC62A2. Grayscale: #7F7F7F. Windows color (decimal): -11297443 or 6135123. OLE color: 6135123.

HSL color Cylindrical-coordinate representation of color #539D5D: hue angle of 128.11º 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 #539D5D is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 157 93 -
CMYK 0.47 0 0.41 0.38
HSL 128.11º 0.31% 0.47% -
HSV(B) 128.11º 0.47% 0.62% -
XYZ 17.6 26.74 14.59 -
YUV 127.58 108.48 96.2 -
System Red Green Blue C M Y K H S L
Decimal 83 157 93 0.47 0 0.41 0.38 128.11 0.31 0.47
Hex 53 9D 5D 2F 0 29 26 80 1F 2F
Octal 123 235 135 57 0 51 46 200 37 57
Binary 1010011 10011101 1011101 101111 0 101001 100110 10000000 11111 101111

Color Harmonies of #539D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539D5D

Black with #539D5D

Text Example


Text Example

White with #539D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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