#388E1B

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

Shades of La Palma #388E1B

Tints of La Palma #388E1B

Color information

#388E1B (or 0x388E1B) is unknown color: approx La Palma. HEX triplet: 38, 8E and 1B. RGB value is (56,142,27). Sum of RGB (Red+Green+Blue) = 56+142+27=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 142 (55.86% from 255 or 63.11% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 142 - color contains mainly: green. Hex color #388E1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388E1B is #C771E4. Grayscale: #676767. Windows color (decimal): -13070821 or 1805880. OLE color: 1805880.

HSL color Cylindrical-coordinate representation of color #388E1B: hue angle of 104.87º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #388E1B is Cyan = 0.61, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB5614227-
CMYK0.6100.810.44
HSL104.87º68.05%33.14%-
HSV(B)104.87º80.99%55.69%-
XYZ11.520.274.34-
YUV103.1885.0194.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 142 (55.86% from 255) = 63.11%
BLUE value IS 27 (10.94% from 255) = 12%
R=24.89%
G=63.11%
B=12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56142270.6100.810.44104.8768.0533.14
Hex388E1B3D0512C694421
Octal70216337501215415110441
Binary11100010001110110111111010101000110110011010011000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,142,27); }

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

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

 a { background-color: rgb(56,142,27); }

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

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

 span { border-color: rgb(56,142,27); }

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