#388930

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

Shades of La Palma #388930

Tints of La Palma #388930

Color information

#388930 (or 0x388930) is unknown color: approx La Palma. HEX triplet: 38, 89 and 30. RGB value is (56,137,48). Sum of RGB (Red+Green+Blue) = 56+137+48=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 137 (53.91% from 255 or 56.85% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 137 - color contains mainly: green. Hex color #388930 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388930 is #C776CF. Grayscale: #666666. Windows color (decimal): -13072080 or 3180856. OLE color: 3180856.

HSL color Cylindrical-coordinate representation of color #388930: hue angle of 114.61º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #388930 is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB5613748-
CMYK0.5900.650.46
HSL114.61º48.11%36.27%-
HSV(B)114.61º64.96%53.73%-
XYZ11.1118.955.87-
YUV102.6497.1694.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.24%
GREEN value IS 137 (53.91% from 255) = 56.85%
BLUE value IS 48 (19.14% from 255) = 19.92%
R=23.24%
G=56.85%
B=19.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56137480.5900.650.46114.6148.1136.27
Hex3889303B0412E733024
Octal7021160730101561636044
Binary11100010001001110000111011010000011011101110011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388930; }

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

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

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

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

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

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

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

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