Html Css Color HEX #539D4B Fruit Salad

📋 copy color: '#539D4B'

red 83 ◦ green 157 ◦ blue 75

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

Shades of Fruit Salad #539D4B

Tints of Fruit Salad #539D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.81%

R = 26.35%
G = 49.84%
B = 23.81%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#539D4B (or 0x539D4B) is known color: Fruit Salad. HEX triplet: 53, 9D and 4B. RGB value is (83,157,75). Sum of RGB (Red+Green+Blue) = 83+157+75=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 157 (61.72% from 255 or 49.84% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 157 - color contains mainly: green. Hex color #539D4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539D4B is #AC62B4. Grayscale: #7D7D7D. Windows color (decimal): -11297461 or 4955475. OLE color: 4955475.

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

Color convert

RGB 83 157 75 -
CMYK 0.47 0 0.52 0.38
HSL 114.15º 0.35% 0.45% -
HSV(B) 114.15º 0.52% 0.62% -
XYZ 16.89 26.46 10.87 -
YUV 125.53 99.48 97.67 -
System Red Green Blue C M Y K H S L
Decimal 83 157 75 0.47 0 0.52 0.38 114.15 0.35 0.45
Hex 53 9D 4B 2F 0 34 26 72 23 2D
Octal 123 235 113 57 0 64 46 162 43 55
Binary 1010011 10011101 1001011 101111 0 110100 100110 1110010 100011 101101

Color Harmonies of #539D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539D4B

Black with #539D4B

Text Example


Text Example

White with #539D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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