#389330

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

Shades of La Palma #389330

Tints of La Palma #389330

Color information

#389330 (or 0x389330) is unknown color: approx La Palma. HEX triplet: 38, 93 and 30. RGB value is (56,147,48). Sum of RGB (Red+Green+Blue) = 56+147+48=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 147 (57.81% from 255 or 58.57% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 147 - color contains mainly: green. Hex color #389330 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389330 is #C76CCF. Grayscale: #6C6C6C. Windows color (decimal): -13069520 or 3183416. OLE color: 3183416.

HSL color Cylindrical-coordinate representation of color #389330: hue angle of 115.15º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #389330 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB5614748-
CMYK0.6200.670.42
HSL115.15º50.77%38.24%-
HSV(B)115.15º67.35%57.65%-
XYZ12.621.926.36-
YUV108.593.8590.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 147 (57.81% from 255) = 58.57%
BLUE value IS 48 (19.14% from 255) = 19.12%
R=22.31%
G=58.57%
B=19.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56147480.6200.670.42115.1550.7738.24
Hex3893303E0432A733326
Octal7022360760103521636346
Binary11100010010011110000111110010000111010101110011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389330; }

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

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

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

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

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

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

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

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