#388D31

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

Shades of La Palma #388D31

Tints of La Palma #388D31

Color information

#388D31 (or 0x388D31) is unknown color: approx La Palma. HEX triplet: 38, 8D and 31. RGB value is (56,141,49). Sum of RGB (Red+Green+Blue) = 56+141+49=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 141 (55.47% from 255 or 57.32% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 141 - color contains mainly: green. Hex color #388D31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388D31 is #C772CE. Grayscale: #696969. Windows color (decimal): -13071055 or 3247416. OLE color: 3247416.

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

Color convert

RGB5614149-
CMYK0.6000.650.45
HSL115.43º48.42%37.25%-
HSV(B)115.43º65.25%55.29%-
XYZ11.7120.116.17-
YUV105.196.3492.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.76%
GREEN value IS 141 (55.47% from 255) = 57.32%
BLUE value IS 49 (19.53% from 255) = 19.92%
R=22.76%
G=57.32%
B=19.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56141490.6000.650.45115.4348.4237.25
Hex388D313C0412D733025
Octal7021561740101551636045
Binary11100010001101110001111100010000011011011110011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,141,49); }

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

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

 a { background-color: rgb(56,141,49); }

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

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

 span { border-color: rgb(56,141,49); }

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