Html Css Color HEX #539B5C Fruit Salad

📋 copy color: '#539B5C'

red 83 ◦ green 155 ◦ blue 92

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

Shades of Fruit Salad #539B5C

Tints of Fruit Salad #539B5C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.97%

 BLUE value IS 92 (36.33% from 255) = 27.88%

R = 25.15%
G = 46.97%
B = 27.88%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#539B5C (or 0x539B5C) is known color: Fruit Salad. HEX triplet: 53, 9B and 5C. RGB value is (83,155,92). Sum of RGB (Red+Green+Blue) = 83+155+92=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 155 - color contains mainly: green. Hex color #539B5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539B5C is #AC64A3. Grayscale: #7E7E7E. Windows color (decimal): -11297956 or 6069075. OLE color: 6069075.

HSL color Cylindrical-coordinate representation of color #539B5C: hue angle of 127.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539B5C is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 155 92 -
CMYK 0.46 0 0.41 0.39
HSL 127.5º 0.3% 0.47% -
HSV(B) 127.5º 0.46% 0.61% -
XYZ 17.22 26.05 14.25 -
YUV 126.29 108.65 97.12 -
System Red Green Blue C M Y K H S L
Decimal 83 155 92 0.46 0 0.41 0.39 127.5 0.3 0.47
Hex 53 9B 5C 2E 0 29 27 80 1E 2F
Octal 123 233 134 56 0 51 47 200 36 57
Binary 1010011 10011011 1011100 101110 0 101001 100111 10000000 11110 101111

Color Harmonies of #539B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539B5C

Black with #539B5C

Text Example


Text Example

White with #539B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,155,92); }

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

background-color css

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

 a { background-color: rgb(83,155,92); }

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

border-color css

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

 span { border-color: rgb(83,155,92); }

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