#389B2A

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

Shades of La Palma #389B2A

Tints of La Palma #389B2A

Color information

#389B2A (or 0x389B2A) is unknown color: approx La Palma. HEX triplet: 38, 9B and 2A. RGB value is (56,155,42). Sum of RGB (Red+Green+Blue) = 56+155+42=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 155 (60.94% from 255 or 61.26% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 155 - color contains mainly: green. Hex color #389B2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389B2A is #C764D5. Grayscale: #707070. Windows color (decimal): -13067478 or 2792248. OLE color: 2792248.

HSL color Cylindrical-coordinate representation of color #389B2A: hue angle of 112.57º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #389B2A is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.39.

Color convert

RGB5615542-
CMYK0.6400.730.39
HSL112.57º57.36%38.63%-
HSV(B)112.57º72.9%60.78%-
XYZ13.7724.456.18-
YUV112.5288.287.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.13%
GREEN value IS 155 (60.94% from 255) = 61.26%
BLUE value IS 42 (16.80% from 255) = 16.60%
R=22.13%
G=61.26%
B=16.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal56155420.6400.730.39112.5757.3638.63
Hex389B2A4004927713927
Octal70233521000111471617147
Binary111000100110111010101000000010010011001111110001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,155,42); }

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

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

 a { background-color: rgb(56,155,42); }

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

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

 span { border-color: rgb(56,155,42); }

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