#399B30

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

Shades of La Palma #399B30

Tints of La Palma #399B30

Color information

#399B30 (or 0x399B30) is unknown color: approx La Palma. HEX triplet: 39, 9B and 30. RGB value is (57,155,48). Sum of RGB (Red+Green+Blue) = 57+155+48=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 155 (60.94% from 255 or 59.62% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 155 - color contains mainly: green. Hex color #399B30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399B30 is #C664CF. Grayscale: #717171. Windows color (decimal): -13001936 or 3185465. OLE color: 3185465.

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

Color convert

RGB5715548-
CMYK0.6300.690.39
HSL114.95º52.71%39.8%-
HSV(B)114.95º69.03%60.78%-
XYZ13.9424.536.8-
YUV113.591.0387.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.92%
GREEN value IS 155 (60.94% from 255) = 59.62%
BLUE value IS 48 (19.14% from 255) = 18.46%
R=21.92%
G=59.62%
B=18.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57155480.6300.690.39114.9552.7139.8
Hex399B303F04527733528
Octal7123360770105471636550
Binary11100110011011110000111111010001011001111110011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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