#388C1C

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

Shades of La Palma #388C1C

Tints of La Palma #388C1C

Color information

#388C1C (or 0x388C1C) is unknown color: approx La Palma. HEX triplet: 38, 8C and 1C. RGB value is (56,140,28). Sum of RGB (Red+Green+Blue) = 56+140+28=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 140 (55.08% from 255 or 62.5% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 140 - color contains mainly: green. Hex color #388C1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388C1C is #C773E3. Grayscale: #666666. Windows color (decimal): -13071332 or 1870904. OLE color: 1870904.

HSL color Cylindrical-coordinate representation of color #388C1C: hue angle of 105º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #388C1C is Cyan = 0.6, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB5614028-
CMYK0.600.800.45
HSL105º66.67%32.94%-
HSV(B)105º80%54.9%-
XYZ11.2219.684.31-
YUV102.1286.1795.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25%
GREEN value IS 140 (55.08% from 255) = 62.5%
BLUE value IS 28 (11.33% from 255) = 12.5%
R=25%
G=62.5%
B=12.5%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56140280.600.800.4510566.6732.94
Hex388C1C3C0502D694321
Octal70214347401205515110341
Binary11100010001100111001111000101000010110111010011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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