Html Css Color HEX #539D5F Fruit Salad

📋 copy color: '#539D5F'

red 83 ◦ green 157 ◦ blue 95

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

Shades of Fruit Salad #539D5F

Tints of Fruit Salad #539D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.36%

R = 24.78%
G = 46.87%
B = 28.36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#539D5F (or 0x539D5F) is known color: Fruit Salad. HEX triplet: 53, 9D and 5F. RGB value is (83,157,95). Sum of RGB (Red+Green+Blue) = 83+157+95=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 157 (61.72% from 255 or 46.87% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 157 - color contains mainly: green. Hex color #539D5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539D5F is #AC62A0. Grayscale: #7F7F7F. Windows color (decimal): -11297441 or 6266195. OLE color: 6266195.

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

Color convert

RGB 83 157 95 -
CMYK 0.47 0 0.39 0.38
HSL 129.73º 0.31% 0.47% -
HSV(B) 129.73º 0.47% 0.62% -
XYZ 17.69 26.78 15.06 -
YUV 127.81 109.48 96.04 -
System Red Green Blue C M Y K H S L
Decimal 83 157 95 0.47 0 0.39 0.38 129.73 0.31 0.47
Hex 53 9D 5F 2F 0 27 26 82 1F 2F
Octal 123 235 137 57 0 47 46 202 37 57
Binary 1010011 10011101 1011111 101111 0 100111 100110 10000010 11111 101111

Color Harmonies of #539D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539D5F

Black with #539D5F

Text Example


Text Example

White with #539D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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