#529230

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

Shades of La Palma #529230

Tints of La Palma #529230

Color information

#529230 (or 0x529230) is unknown color: approx La Palma. HEX triplet: 52, 92 and 30. RGB value is (82,146,48). Sum of RGB (Red+Green+Blue) = 82+146+48=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 146 (57.42% from 255 or 52.90% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 146 - color contains mainly: green. Hex color #529230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529230 is #AD6DCF. Grayscale: #747474. Windows color (decimal): -11365840 or 3183186. OLE color: 3183186.

HSL color Cylindrical-coordinate representation of color #529230: hue angle of 99.18º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #529230 is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB8214648-
CMYK0.4400.670.43
HSL99.18º50.52%38.04%-
HSV(B)99.18º67.12%57.25%-
XYZ14.2922.576.4-
YUV115.6989.8103.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.71%
GREEN value IS 146 (57.42% from 255) = 52.90%
BLUE value IS 48 (19.14% from 255) = 17.39%
R=29.71%
G=52.90%
B=17.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82146480.4400.670.4399.1850.5238.04
Hex5292302C0432B633326
Octal12222260540103531436346
Binary101001010010010110000101100010000111010111100011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529230; }

 p { color: rgb(82,146,48); }

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

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

 a { background-color: rgb(82,146,48); }

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

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

 span { border-color: rgb(82,146,48); }

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