Html Css Color HEX #539B5A Fruit Salad

📋 copy color: '#539B5A'

red 83 ◦ green 155 ◦ blue 90

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

Shades of Fruit Salad #539B5A

Tints of Fruit Salad #539B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.44%

R = 25.3%
G = 47.26%
B = 27.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#539B5A (or 0x539B5A) is known color: Fruit Salad. HEX triplet: 53, 9B and 5A. RGB value is (83,155,90). Sum of RGB (Red+Green+Blue) = 83+155+90=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 155 - color contains mainly: green. Hex color #539B5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539B5A is #AC64A5. Grayscale: #7E7E7E. Windows color (decimal): -11297958 or 5938003. OLE color: 5938003.

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

Color convert

RGB 83 155 90 -
CMYK 0.46 0 0.42 0.39
HSL 125.83º 0.3% 0.47% -
HSV(B) 125.83º 0.46% 0.61% -
XYZ 17.13 26.02 13.79 -
YUV 126.06 107.65 97.29 -
System Red Green Blue C M Y K H S L
Decimal 83 155 90 0.46 0 0.42 0.39 125.83 0.3 0.47
Hex 53 9B 5A 2E 0 2A 27 7E 1E 2F
Octal 123 233 132 56 0 52 47 176 36 57
Binary 1010011 10011011 1011010 101110 0 101010 100111 1111110 11110 101111

Color Harmonies of #539B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539B5A

Black with #539B5A

Text Example


Text Example

White with #539B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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