#399032

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

Shades of La Palma #399032

Tints of La Palma #399032

Color information

#399032 (or 0x399032) is unknown color: approx La Palma. HEX triplet: 39, 90 and 32. RGB value is (57,144,50). Sum of RGB (Red+Green+Blue) = 57+144+50=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 144 (56.64% from 255 or 57.37% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 144 - color contains mainly: green. Hex color #399032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399032 is #C66FCD. Grayscale: #6B6B6B. Windows color (decimal): -13004750 or 3313721. OLE color: 3313721.

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

Color convert

RGB5714450-
CMYK0.6000.650.44
HSL115.53º48.45%38.04%-
HSV(B)115.53º65.28%56.47%-
XYZ12.2421.056.44-
YUV107.2795.6892.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.71%
GREEN value IS 144 (56.64% from 255) = 57.37%
BLUE value IS 50 (19.92% from 255) = 19.92%
R=22.71%
G=57.37%
B=19.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57144500.6000.650.44115.5348.4538.04
Hex3990323C0412C743026
Octal7122062740101541646046
Binary11100110010000110010111100010000011011001110100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399032; }

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

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

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

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

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

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

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

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