#53951B

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

Shades of Limeade #53951B

Tints of Limeade #53951B

Color information

#53951B (or 0x53951B) is unknown color: approx Limeade. HEX triplet: 53, 95 and 1B. RGB value is (83,149,27). Sum of RGB (Red+Green+Blue) = 83+149+27=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 149 (58.59% from 255 or 57.53% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 149 - color contains mainly: green. Hex color #53951B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53951B is #AC6AE4. Grayscale: #737373. Windows color (decimal): -11299557 or 1807699. OLE color: 1807699.

HSL color Cylindrical-coordinate representation of color #53951B: hue angle of 92.46º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #53951B is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB8314927-
CMYK0.4400.820.42
HSL92.46º69.32%34.51%-
HSV(B)92.46º81.88%58.43%-
XYZ14.5123.414.79-
YUV115.3678.13104.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.05%
GREEN value IS 149 (58.59% from 255) = 57.53%
BLUE value IS 27 (10.94% from 255) = 10.42%
R=32.05%
G=57.53%
B=10.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83149270.4400.820.4292.4669.3234.51
Hex53951B2C0522A5c4523
Octal123225335401225213410543
Binary101001110010101110111011000101001010101010111001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53951B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53951B; }

 p { color: rgb(83,149,27); }

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

<style>
 a { background-color: #53951B; }

 a { background-color: rgb(83,149,27); }

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

<style>
 span { border-color: #53951B; }

 span { border-color: rgb(83,149,27); }

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