#389B1B

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

Shades of La Palma #389B1B

Tints of La Palma #389B1B

Color information

#389B1B (or 0x389B1B) is unknown color: approx La Palma. HEX triplet: 38, 9B and 1B. RGB value is (56,155,27). Sum of RGB (Red+Green+Blue) = 56+155+27=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 155 (60.94% from 255 or 65.13% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 155 - color contains mainly: green. Hex color #389B1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389B1B is #C764E4. Grayscale: #6F6F6F. Windows color (decimal): -13067493 or 1809208. OLE color: 1809208.

HSL color Cylindrical-coordinate representation of color #389B1B: hue angle of 106.41º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #389B1B is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB5615527-
CMYK0.6400.830.39
HSL106.41º70.33%35.69%-
HSV(B)106.41º82.58%60.78%-
XYZ13.5524.365.03-
YUV110.8180.788.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.53%
GREEN value IS 155 (60.94% from 255) = 65.13%
BLUE value IS 27 (10.94% from 255) = 11.34%
R=23.53%
G=65.13%
B=11.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal56155270.6400.830.39106.4170.3335.69
Hex389B1B40053276a4624
Octal702333310001234715210644
Binary111000100110111101110000000101001110011111010101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389B1B; }

 p { color: rgb(56,155,27); }

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

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

 a { background-color: rgb(56,155,27); }

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

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

 span { border-color: rgb(56,155,27); }

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