#388B2D

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

Shades of La Palma #388B2D

Tints of La Palma #388B2D

Color information

#388B2D (or 0x388B2D) is unknown color: approx La Palma. HEX triplet: 38, 8B and 2D. RGB value is (56,139,45). Sum of RGB (Red+Green+Blue) = 56+139+45=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 139 (54.69% from 255 or 57.92% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 139 - color contains mainly: green. Hex color #388B2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388B2D is #C774D2. Grayscale: #676767. Windows color (decimal): -13071571 or 2984760. OLE color: 2984760.

HSL color Cylindrical-coordinate representation of color #388B2D: hue angle of 112.98º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #388B2D is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB5613945-
CMYK0.6000.680.45
HSL112.98º51.09%36.08%-
HSV(B)112.98º67.63%54.51%-
XYZ11.3419.55.65-
YUV103.479594.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.33%
GREEN value IS 139 (54.69% from 255) = 57.92%
BLUE value IS 45 (17.97% from 255) = 18.75%
R=23.33%
G=57.92%
B=18.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56139450.6000.680.45112.9851.0936.08
Hex388B2D3C0442D713324
Octal7021355740104551616344
Binary11100010001011101101111100010001001011011110001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388B2D; }

 p { color: rgb(56,139,45); }

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

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

 a { background-color: rgb(56,139,45); }

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

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

 span { border-color: rgb(56,139,45); }

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