#388C32

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

Shades of La Palma #388C32

Tints of La Palma #388C32

Color information

#388C32 (or 0x388C32) is unknown color: approx La Palma. HEX triplet: 38, 8C and 32. RGB value is (56,140,50). Sum of RGB (Red+Green+Blue) = 56+140+50=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 140 (55.08% from 255 or 56.91% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 140 - color contains mainly: green. Hex color #388C32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388C32 is #C773CD. Grayscale: #686868. Windows color (decimal): -13071310 or 3312696. OLE color: 3312696.

HSL color Cylindrical-coordinate representation of color #388C32: hue angle of 116º 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 #388C32 is Cyan = 0.6, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB5614050-
CMYK0.600.640.45
HSL116º47.37%37.25%-
HSV(B)116º64.29%54.9%-
XYZ11.5819.836.23-
YUV104.6297.1793.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.76%
GREEN value IS 140 (55.08% from 255) = 56.91%
BLUE value IS 50 (19.92% from 255) = 20.33%
R=22.76%
G=56.91%
B=20.33%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56140500.600.640.4511647.3737.25
Hex388C323C0402D742f25
Octal7021462740100551645745
Binary11100010001100110010111100010000001011011110100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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