#388932

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

Shades of La Palma #388932

Tints of La Palma #388932

Color information

#388932 (or 0x388932) is unknown color: approx La Palma. HEX triplet: 38, 89 and 32. RGB value is (56,137,50). Sum of RGB (Red+Green+Blue) = 56+137+50=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 137 (53.91% from 255 or 56.38% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 137 - color contains mainly: green. Hex color #388932 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388932 is #C776CD. Grayscale: #676767. Windows color (decimal): -13072078 or 3311928. OLE color: 3311928.

HSL color Cylindrical-coordinate representation of color #388932: hue angle of 115.86º 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 #388932 is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB5613750-
CMYK0.5900.640.46
HSL115.86º46.52%36.67%-
HSV(B)115.86º63.5%53.73%-
XYZ11.1518.966.09-
YUV102.8698.1694.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.05%
GREEN value IS 137 (53.91% from 255) = 56.38%
BLUE value IS 50 (19.92% from 255) = 20.58%
R=23.05%
G=56.38%
B=20.58%

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
Decimal56137500.5900.640.46115.8646.5236.67
Hex3889323B0402E742f25
Octal7021162730100561645745
Binary11100010001001110010111011010000001011101110100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388932; }

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

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

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

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

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

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

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

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