#388A32

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

Shades of La Palma #388A32

Tints of La Palma #388A32

Color information

#388A32 (or 0x388A32) is unknown color: approx La Palma. HEX triplet: 38, 8A and 32. RGB value is (56,138,50). Sum of RGB (Red+Green+Blue) = 56+138+50=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 138 (54.30% from 255 or 56.56% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 138 - color contains mainly: green. Hex color #388A32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388A32 is #C775CD. Grayscale: #676767. Windows color (decimal): -13071822 or 3312184. OLE color: 3312184.

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

Color convert

RGB5613850-
CMYK0.5900.640.46
HSL115.91º46.81%36.86%-
HSV(B)115.91º63.77%54.12%-
XYZ11.319.256.14-
YUV103.4597.8394.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.95%
GREEN value IS 138 (54.30% from 255) = 56.56%
BLUE value IS 50 (19.92% from 255) = 20.49%
R=22.95%
G=56.56%
B=20.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56138500.5900.640.46115.9146.8136.86
Hex388A323B0402E742f25
Octal7021262730100561645745
Binary11100010001010110010111011010000001011101110100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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