#388B32

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

Shades of La Palma #388B32

Tints of La Palma #388B32

Color information

#388B32 (or 0x388B32) is unknown color: approx La Palma. HEX triplet: 38, 8B and 32. RGB value is (56,139,50). Sum of RGB (Red+Green+Blue) = 56+139+50=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 139 (54.69% from 255 or 56.73% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 139 - color contains mainly: green. Hex color #388B32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388B32 is #C774CD. Grayscale: #686868. Windows color (decimal): -13071566 or 3312440. OLE color: 3312440.

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

Color convert

RGB5613950-
CMYK0.6000.640.45
HSL115.96º47.09%37.06%-
HSV(B)115.96º64.03%54.51%-
XYZ11.4419.546.19-
YUV104.0497.593.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 139 (54.69% from 255) = 56.73%
BLUE value IS 50 (19.92% from 255) = 20.41%
R=22.86%
G=56.73%
B=20.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56139500.6000.640.45115.9647.0937.06
Hex388B323C0402D742f25
Octal7021362740100551645745
Binary11100010001011110010111100010000001011011110100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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