#399028

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

Shades of La Palma #399028

Tints of La Palma #399028

Color information

#399028 (or 0x399028) is unknown color: approx La Palma. HEX triplet: 39, 90 and 28. RGB value is (57,144,40). Sum of RGB (Red+Green+Blue) = 57+144+40=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 144 (56.64% from 255 or 59.75% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 144 - color contains mainly: green. Hex color #399028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399028 is #C66FD7. Grayscale: #6A6A6A. Windows color (decimal): -13004760 or 2658361. OLE color: 2658361.

HSL color Cylindrical-coordinate representation of color #399028: hue angle of 110.19º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #399028 is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB5714440-
CMYK0.6000.720.44
HSL110.19º56.52%36.08%-
HSV(B)110.19º72.22%56.47%-
XYZ12.0420.975.42-
YUV106.1390.6892.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.65%
GREEN value IS 144 (56.64% from 255) = 59.75%
BLUE value IS 40 (16.02% from 255) = 16.60%
R=23.65%
G=59.75%
B=16.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57144400.6000.720.44110.1956.5236.08
Hex3990283C0482C6e3924
Octal7122050740110541567144
Binary11100110010000101000111100010010001011001101110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399028; }

 p { color: rgb(57,144,40); }

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

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

 a { background-color: rgb(57,144,40); }

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

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

 span { border-color: rgb(57,144,40); }

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