#389230

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

Shades of La Palma #389230

Tints of La Palma #389230

Color information

#389230 (or 0x389230) is unknown color: approx La Palma. HEX triplet: 38, 92 and 30. RGB value is (56,146,48). Sum of RGB (Red+Green+Blue) = 56+146+48=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 146 (57.42% from 255 or 58.4% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 146 - color contains mainly: green. Hex color #389230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389230 is #C76DCF. Grayscale: #6C6C6C. Windows color (decimal): -13069776 or 3183160. OLE color: 3183160.

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

Color convert

RGB5614648-
CMYK0.6200.670.43
HSL115.1º50.52%38.04%-
HSV(B)115.1º67.12%57.25%-
XYZ12.4421.616.31-
YUV107.9294.1890.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.4%
GREEN value IS 146 (57.42% from 255) = 58.4%
BLUE value IS 48 (19.14% from 255) = 19.2%
R=22.4%
G=58.4%
B=19.2%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56146480.6200.670.43115.150.5238.04
Hex3892303E0432B733326
Octal7022260760103531636346
Binary11100010010010110000111110010000111010111110011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389230; }

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

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

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

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

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

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

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

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