Html Css Color HEX #539A5E Fruit Salad

📋 copy color: '#539A5E'

red 83 ◦ green 154 ◦ blue 94

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

Shades of Fruit Salad #539A5E

Tints of Fruit Salad #539A5E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.53%

 BLUE value IS 94 (37.11% from 255) = 28.4%

R = 25.08%
G = 46.53%
B = 28.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#539A5E (or 0x539A5E) is known color: Fruit Salad. HEX triplet: 53, 9A and 5E. RGB value is (83,154,94). Sum of RGB (Red+Green+Blue) = 83+154+94=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 154 - color contains mainly: green. Hex color #539A5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539A5E is #AC65A1. Grayscale: #7E7E7E. Windows color (decimal): -11298210 or 6199891. OLE color: 6199891.

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

Color convert

RGB 83 154 94 -
CMYK 0.46 0 0.39 0.40
HSL 129.3º 0.3% 0.46% -
HSV(B) 129.3º 0.46% 0.6% -
XYZ 17.14 25.76 14.66 -
YUV 125.93 109.98 97.38 -
System Red Green Blue C M Y K H S L
Decimal 83 154 94 0.46 0 0.39 0.40 129.3 0.3 0.46
Hex 53 9A 5E 2E 0 27 28 81 1E 2E
Octal 123 232 136 56 0 47 50 201 36 56
Binary 1010011 10011010 1011110 101110 0 100111 101000 10000001 11110 101110

Color Harmonies of #539A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539A5E

Black with #539A5E

Text Example


Text Example

White with #539A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,154,94); }

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

background-color css

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

 a { background-color: rgb(83,154,94); }

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

border-color css

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

 span { border-color: rgb(83,154,94); }

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