#539B35

Color #539B35 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #539B35

Tints of Limeade #539B35

Color information

#539B35 (or 0x539B35) is unknown color: approx Limeade. HEX triplet: 53, 9B and 35. RGB value is (83,155,53). Sum of RGB (Red+Green+Blue) = 83+155+53=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 155 (60.94% from 255 or 53.26% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 155 - color contains mainly: green. Hex color #539B35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539B35 is #AC64CA. Grayscale: #7A7A7A. Windows color (decimal): -11297995 or 3513171. OLE color: 3513171.

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

Color convert

RGB8315553-
CMYK0.4600.660.39
HSL102.35º49.04%40.78%-
HSV(B)102.35º65.81%60.78%-
XYZ15.9325.547.46-
YUV121.8489.15100.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.52%
GREEN value IS 155 (60.94% from 255) = 53.26%
BLUE value IS 53 (21.09% from 255) = 18.21%
R=28.52%
G=53.26%
B=18.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83155530.4600.660.39102.3549.0440.78
Hex539B352E04227663129
Octal12323365560102471466151
Binary101001110011011110101101110010000101001111100110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #539B35;
 }
 .AnyTagClassName
 {
   color: #539B35;
 }
</style>
background-color css

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

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

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

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

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

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