#388D12

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

Shades of La Palma #388D12

Tints of La Palma #388D12

Color information

#388D12 (or 0x388D12) is unknown color: approx La Palma. HEX triplet: 38, 8D and 12. RGB value is (56,141,18). Sum of RGB (Red+Green+Blue) = 56+141+18=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 141 (55.47% from 255 or 65.58% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 141 - color contains mainly: green. Hex color #388D12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388D12 is #C772ED. Grayscale: #656565. Windows color (decimal): -13071086 or 1215800. OLE color: 1215800.

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

Color convert

RGB5614118-
CMYK0.6000.870.45
HSL101.46º77.36%31.18%-
HSV(B)101.46º87.23%55.29%-
XYZ11.2619.933.83-
YUV101.5680.8495.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 141 (55.47% from 255) = 65.58%
BLUE value IS 18 (7.42% from 255) = 8.37%
R=26.05%
G=65.58%
B=8.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56141180.6000.870.45101.4677.3631.18
Hex388D123C0572D654d1f
Octal70215227401275514511537
Binary1110001000110110010111100010101111011011100101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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