Html Css Color HEX #539C5D Fruit Salad

📋 copy color: '#539C5D'

red 83 ◦ green 156 ◦ blue 93

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

Shades of Fruit Salad #539C5D

Tints of Fruit Salad #539C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.01%

R = 25%
G = 46.99%
B = 28.01%

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

#539C5D (or 0x539C5D) is known color: Fruit Salad. HEX triplet: 53, 9C and 5D. RGB value is (83,156,93). Sum of RGB (Red+Green+Blue) = 83+156+93=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 156 - color contains mainly: green. Hex color #539C5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539C5D is #AC63A2. Grayscale: #7F7F7F. Windows color (decimal): -11297699 or 6134867. OLE color: 6134867.

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

Color convert

RGB 83 156 93 -
CMYK 0.47 0 0.40 0.39
HSL 128.22º 0.31% 0.47% -
HSV(B) 128.22º 0.47% 0.61% -
XYZ 17.43 26.41 14.53 -
YUV 126.99 108.82 96.62 -
System Red Green Blue C M Y K H S L
Decimal 83 156 93 0.47 0 0.40 0.39 128.22 0.31 0.47
Hex 53 9C 5D 2F 0 28 27 80 1F 2F
Octal 123 234 135 57 0 50 47 200 37 57
Binary 1010011 10011100 1011101 101111 0 101000 100111 10000000 11111 101111

Color Harmonies of #539C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539C5D

Black with #539C5D

Text Example


Text Example

White with #539C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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