#389F34

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

Shades of La Palma #389F34

Tints of La Palma #389F34

Color information

#389F34 (or 0x389F34) is unknown color: approx La Palma. HEX triplet: 38, 9F and 34. RGB value is (56,159,52). Sum of RGB (Red+Green+Blue) = 56+159+52=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 159 (62.5% from 255 or 59.55% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 159 - color contains mainly: green. Hex color #389F34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389F34 is #C760CB. Grayscale: #747474. Windows color (decimal): -13066444 or 3448632. OLE color: 3448632.

HSL color Cylindrical-coordinate representation of color #389F34: hue angle of 117.76º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #389F34 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB5615952-
CMYK0.6500.670.38
HSL117.76º50.71%41.37%-
HSV(B)117.76º67.3%62.35%-
XYZ14.6525.887.47-
YUV11691.8885.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.97%
GREEN value IS 159 (62.5% from 255) = 59.55%
BLUE value IS 52 (20.70% from 255) = 19.48%
R=20.97%
G=59.55%
B=19.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56159520.6500.670.38117.7650.7141.37
Hex389F344104326763329
Octal70237641010103461666351
Binary111000100111111101001000001010000111001101110110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389F34; }

 p { color: rgb(56,159,52); }

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

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

 a { background-color: rgb(56,159,52); }

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

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

 span { border-color: rgb(56,159,52); }

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