#53921E

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

Shades of Limeade #53921E

Tints of Limeade #53921E

Color information

#53921E (or 0x53921E) is unknown color: approx Limeade. HEX triplet: 53, 92 and 1E. RGB value is (83,146,30). Sum of RGB (Red+Green+Blue) = 83+146+30=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 146 (57.42% from 255 or 56.37% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 146 - color contains mainly: green. Hex color #53921E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53921E is #AC6DE1. Grayscale: #727272. Windows color (decimal): -11300322 or 2003539. OLE color: 2003539.

HSL color Cylindrical-coordinate representation of color #53921E: hue angle of 92.59º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #53921E is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB8314630-
CMYK0.4300.790.43
HSL92.59º65.91%34.51%-
HSV(B)92.59º79.45%57.25%-
XYZ14.0822.494.83-
YUV113.9480.63105.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.05%
GREEN value IS 146 (57.42% from 255) = 56.37%
BLUE value IS 30 (12.11% from 255) = 11.58%
R=32.05%
G=56.37%
B=11.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83146300.4300.790.4392.5965.9134.51
Hex53921E2B04F2B5d4223
Octal123222365301175313510243
Binary101001110010010111101010110100111110101110111011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53921E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53921E; }

 p { color: rgb(83,146,30); }

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

<style>
 a { background-color: #53921E; }

 a { background-color: rgb(83,146,30); }

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

<style>
 span { border-color: #53921E; }

 span { border-color: rgb(83,146,30); }

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