Html Css Color HEX #539258 Fruit Salad

📋 copy color: '#539258'

red 83 ◦ green 146 ◦ blue 88

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

Shades of Fruit Salad #539258

Tints of Fruit Salad #539258

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.06%

 BLUE value IS 88 (34.77% from 255) = 27.76%

R = 26.18%
G = 46.06%
B = 27.76%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.40

 K value IS 0.43

RGB Variations

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

Color information

#539258 (or 0x539258) is known color: Fruit Salad. HEX triplet: 53, 92 and 58. RGB value is (83,146,88). Sum of RGB (Red+Green+Blue) = 83+146+88=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #539258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539258 is #AC6DA7. Grayscale: #787878. Windows color (decimal): -11300264 or 5804627. OLE color: 5804627.

HSL color Cylindrical-coordinate representation of color #539258: hue angle of 124.76º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #539258 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 146 88 -
CMYK 0.43 0 0.40 0.43
HSL 124.76º 0.28% 0.45% -
HSV(B) 124.76º 0.43% 0.57% -
XYZ 15.61 23.1 12.87 -
YUV 120.55 109.63 101.22 -
System Red Green Blue C M Y K H S L
Decimal 83 146 88 0.43 0 0.40 0.43 124.76 0.28 0.45
Hex 53 92 58 2B 0 28 2B 7D 1C 2D
Octal 123 222 130 53 0 50 53 175 34 55
Binary 1010011 10010010 1011000 101011 0 101000 101011 1111101 11100 101101

Color Harmonies of #539258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539258

Black with #539258

Text Example


Text Example

White with #539258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539258; }

 p { color: rgb(83,146,88); }

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

background-color css

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

 a { background-color: rgb(83,146,88); }

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

border-color css

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

 span { border-color: rgb(83,146,88); }

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