#388a2a

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

Shades of La Palma #388A2A

Tints of La Palma #388A2A

Color information

#388A2A (or 0x388A2A) is unknown color: approx La Palma. HEX triplet: 38, 8A and 2A. RGB value is (56,138,42). Sum of RGB (Red+Green+Blue) = 56+138+42=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 138 (54.30% from 255 or 58.47% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 138 - color contains mainly: green. Hex color #388A2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388A2A is #C775D5. Grayscale: #666666. Windows color (decimal): -13071830 or 2787896. OLE color: 2787896.

HSL color Cylindrical-coordinate representation of color #388A2A: hue angle of 111.25º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #388A2A is Cyan = 0.59, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB5613842-
CMYK0.5900.700.46
HSL111.25º53.33%35.29%-
HSV(B)111.25º69.57%54.12%-
XYZ11.1419.185.31-
YUV102.5493.8394.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 138 (54.30% from 255) = 58.47%
BLUE value IS 42 (16.80% from 255) = 17.80%
R=23.73%
G=58.47%
B=17.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56138420.5900.700.46111.2553.3335.29
Hex388A2A3B0462E6f3523
Octal7021252730106561576543
Binary11100010001010101010111011010001101011101101111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388a2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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