#399330

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

Shades of La Palma #399330

Tints of La Palma #399330

Color information

#399330 (or 0x399330) is unknown color: approx La Palma. HEX triplet: 39, 93 and 30. RGB value is (57,147,48). Sum of RGB (Red+Green+Blue) = 57+147+48=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 147 (57.81% from 255 or 58.33% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 147 - color contains mainly: green. Hex color #399330 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399330 is #C66CCF. Grayscale: #6D6D6D. Windows color (decimal): -13003984 or 3183417. OLE color: 3183417.

HSL color Cylindrical-coordinate representation of color #399330: hue angle of 114.55º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #399330 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB5714748-
CMYK0.6100.670.42
HSL114.55º50.77%38.24%-
HSV(B)114.55º67.35%57.65%-
XYZ12.6521.956.37-
YUV108.893.6891.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.62%
GREEN value IS 147 (57.81% from 255) = 58.33%
BLUE value IS 48 (19.14% from 255) = 19.05%
R=22.62%
G=58.33%
B=19.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57147480.6100.670.42114.5550.7738.24
Hex3993303D0432A733326
Octal7122360750103521636346
Binary11100110010011110000111101010000111010101110011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399330; }

 p { color: rgb(57,147,48); }

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

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

 a { background-color: rgb(57,147,48); }

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

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

 span { border-color: rgb(57,147,48); }

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