#528F34

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

Shades of La Palma #528F34

Tints of La Palma #528F34

Color information

#528F34 (or 0x528F34) is unknown color: approx La Palma. HEX triplet: 52, 8F and 34. RGB value is (82,143,52). Sum of RGB (Red+Green+Blue) = 82+143+52=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 143 (56.25% from 255 or 51.62% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 143 - color contains mainly: green. Hex color #528F34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528F34 is #AD70CB. Grayscale: #727272. Windows color (decimal): -11366604 or 3444562. OLE color: 3444562.

HSL color Cylindrical-coordinate representation of color #528F34: hue angle of 100.22º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #528F34 is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.

Color convert

RGB8214352-
CMYK0.4300.640.44
HSL100.22º46.67%38.24%-
HSV(B)100.22º63.64%56.08%-
XYZ13.9221.696.7-
YUV114.3992.79104.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 143 (56.25% from 255) = 51.62%
BLUE value IS 52 (20.70% from 255) = 18.77%
R=29.60%
G=51.62%
B=18.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82143520.4300.640.44100.2246.6738.24
Hex528F342B0402C642f26
Octal12221764530100541445746
Binary101001010001111110100101011010000001011001100100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528F34; }

 p { color: rgb(82,143,52); }

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

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

 a { background-color: rgb(82,143,52); }

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

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

 span { border-color: rgb(82,143,52); }

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