#528531

Color #528531 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #528531

Tints of La Palma #528531

Color information

#528531 (or 0x528531) is unknown color: approx La Palma. HEX triplet: 52, 85 and 31. RGB value is (82,133,49). Sum of RGB (Red+Green+Blue) = 82+133+49=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #528531 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528531 is #AD7ACE. Grayscale: #6C6C6C. Windows color (decimal): -11369167 or 3245394. OLE color: 3245394.

HSL color Cylindrical-coordinate representation of color #528531: hue angle of 96.43º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #528531 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB8213349-
CMYK0.3800.630.48
HSL96.43º46.15%35.69%-
HSV(B)96.43º63.16%52.16%-
XYZ12.4218.795.88-
YUV108.1894.6109.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.06%
GREEN value IS 133 (52.34% from 255) = 50.38%
BLUE value IS 49 (19.53% from 255) = 18.56%
R=31.06%
G=50.38%
B=18.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82133490.3800.630.4896.4346.1535.69
Hex5285312603F30602e24
Octal1222056146077601405644
Binary10100101000010111000110011001111111100001100000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528531; }

 p { color: rgb(82,133,49); }

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

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

 a { background-color: rgb(82,133,49); }

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

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

 span { border-color: rgb(82,133,49); }

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