Html Css Color HEX #539C5E Fruit Salad

📋 copy color: '#539C5E'

red 83 ◦ green 156 ◦ blue 94

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

Shades of Fruit Salad #539C5E

Tints of Fruit Salad #539C5E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.85%

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

R = 24.92%
G = 46.85%
B = 28.23%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#539C5E (or 0x539C5E) is known color: Fruit Salad. HEX triplet: 53, 9C and 5E. RGB value is (83,156,94). Sum of RGB (Red+Green+Blue) = 83+156+94=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 156 - color contains mainly: green. Hex color #539C5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539C5E is #AC63A1. Grayscale: #7F7F7F. Windows color (decimal): -11297698 or 6200403. OLE color: 6200403.

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

Color convert

RGB 83 156 94 -
CMYK 0.47 0 0.40 0.39
HSL 129.04º 0.31% 0.47% -
HSV(B) 129.04º 0.47% 0.61% -
XYZ 17.48 26.42 14.77 -
YUV 127.11 109.32 96.54 -
System Red Green Blue C M Y K H S L
Decimal 83 156 94 0.47 0 0.40 0.39 129.04 0.31 0.47
Hex 53 9C 5E 2F 0 28 27 81 1F 2F
Octal 123 234 136 57 0 50 47 201 37 57
Binary 1010011 10011100 1011110 101111 0 101000 100111 10000001 11111 101111

Color Harmonies of #539C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539C5E

Black with #539C5E

Text Example


Text Example

White with #539C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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