#538E38

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

Shades of La Palma #538E38

Tints of La Palma #538E38

Color information

#538E38 (or 0x538E38) is unknown color: approx La Palma. HEX triplet: 53, 8E and 38. RGB value is (83,142,56). Sum of RGB (Red+Green+Blue) = 83+142+56=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 142 (55.86% from 255 or 50.53% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 142 - color contains mainly: green. Hex color #538E38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538E38 is #AC71C7. Grayscale: #727272. Windows color (decimal): -11301320 or 3706451. OLE color: 3706451.

HSL color Cylindrical-coordinate representation of color #538E38: hue angle of 101.16º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #538E38 is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB8314256-
CMYK0.4200.610.44
HSL101.16º43.43%38.82%-
HSV(B)101.16º60.56%55.69%-
XYZ13.9521.477.15-
YUV114.5694.95105.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.54%
GREEN value IS 142 (55.86% from 255) = 50.53%
BLUE value IS 56 (22.27% from 255) = 19.93%
R=29.54%
G=50.53%
B=19.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83142560.4200.610.44101.1643.4338.82
Hex538E382A03D2C652b27
Octal1232167052075541455347
Binary10100111000111011100010101001111011011001100101101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538E38; }

 p { color: rgb(83,142,56); }

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

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

 a { background-color: rgb(83,142,56); }

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

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

 span { border-color: rgb(83,142,56); }

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