#52951B

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

Shades of Limeade #52951B

Tints of Limeade #52951B

Color information

#52951B (or 0x52951B) is unknown color: approx Limeade. HEX triplet: 52, 95 and 1B. RGB value is (82,149,27). Sum of RGB (Red+Green+Blue) = 82+149+27=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 149 (58.59% from 255 or 57.75% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 149 - color contains mainly: green. Hex color #52951B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52951B is #AD6AE4. Grayscale: #737373. Windows color (decimal): -11365093 or 1807698. OLE color: 1807698.

HSL color Cylindrical-coordinate representation of color #52951B: hue angle of 92.95º 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 #52951B is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB8214927-
CMYK0.4500.820.42
HSL92.95º69.32%34.51%-
HSV(B)92.95º81.88%58.43%-
XYZ14.4223.374.79-
YUV115.0678.3104.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.78%
GREEN value IS 149 (58.59% from 255) = 57.75%
BLUE value IS 27 (10.94% from 255) = 10.47%
R=31.78%
G=57.75%
B=10.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82149270.4500.820.4292.9569.3234.51
Hex52951B2D0522A5d4523
Octal122225335501225213510543
Binary101001010010101110111011010101001010101010111011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52951B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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