#399B32

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

Shades of La Palma #399B32

Tints of La Palma #399B32

Color information

#399B32 (or 0x399B32) is unknown color: approx La Palma. HEX triplet: 39, 9B and 32. RGB value is (57,155,50). Sum of RGB (Red+Green+Blue) = 57+155+50=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 155 (60.94% from 255 or 59.16% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 155 - color contains mainly: green. Hex color #399B32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399B32 is #C664CD. Grayscale: #727272. Windows color (decimal): -13001934 or 3316537. OLE color: 3316537.

HSL color Cylindrical-coordinate representation of color #399B32: hue angle of 116º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #399B32 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB5715550-
CMYK0.6300.680.39
HSL116º51.22%40.2%-
HSV(B)116º67.74%60.78%-
XYZ13.9824.547.02-
YUV113.7392.0387.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.76%
GREEN value IS 155 (60.94% from 255) = 59.16%
BLUE value IS 50 (19.92% from 255) = 19.08%
R=21.76%
G=59.16%
B=19.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57155500.6300.680.3911651.2240.2
Hex399B323F04427743328
Octal7123362770104471646350
Binary11100110011011110010111111010001001001111110100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399B32; }

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

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

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

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

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

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

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

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