#399132

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

Shades of La Palma #399132

Tints of La Palma #399132

Color information

#399132 (or 0x399132) is unknown color: approx La Palma. HEX triplet: 39, 91 and 32. RGB value is (57,145,50). Sum of RGB (Red+Green+Blue) = 57+145+50=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 145 (57.03% from 255 or 57.54% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 145 - color contains mainly: green. Hex color #399132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399132 is #C66ECD. Grayscale: #6C6C6C. Windows color (decimal): -13004494 or 3313977. OLE color: 3313977.

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

Color convert

RGB5714550-
CMYK0.6100.660.43
HSL115.58º48.72%38.24%-
HSV(B)115.58º65.52%56.86%-
XYZ12.3921.356.49-
YUV107.8695.3591.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.62%
GREEN value IS 145 (57.03% from 255) = 57.54%
BLUE value IS 50 (19.92% from 255) = 19.84%
R=22.62%
G=57.54%
B=19.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57145500.6100.660.43115.5848.7238.24
Hex3991323D0422B743126
Octal7122162750102531646146
Binary11100110010001110010111101010000101010111110100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399132; }

 p { color: rgb(57,145,50); }

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

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

 a { background-color: rgb(57,145,50); }

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

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

 span { border-color: rgb(57,145,50); }

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