#389B34

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

Shades of La Palma #389B34

Tints of La Palma #389B34

Color information

#389B34 (or 0x389B34) is unknown color: approx La Palma. HEX triplet: 38, 9B and 34. RGB value is (56,155,52). Sum of RGB (Red+Green+Blue) = 56+155+52=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 155 (60.94% from 255 or 58.94% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 155 - color contains mainly: green. Hex color #389B34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389B34 is #C764CB. Grayscale: #717171. Windows color (decimal): -13067468 or 3447608. OLE color: 3447608.

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

Color convert

RGB5615552-
CMYK0.6400.660.39
HSL117.67º49.76%40.59%-
HSV(B)117.67º66.45%60.78%-
XYZ13.9724.537.25-
YUV113.6693.286.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.29%
GREEN value IS 155 (60.94% from 255) = 58.94%
BLUE value IS 52 (20.70% from 255) = 19.77%
R=21.29%
G=58.94%
B=19.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal56155520.6400.660.39117.6749.7640.59
Hex389B344004227763229
Octal70233641000102471666251
Binary111000100110111101001000000010000101001111110110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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