#389019

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

Shades of La Palma #389019

Tints of La Palma #389019

Color information

#389019 (or 0x389019) is unknown color: approx La Palma. HEX triplet: 38, 90 and 19. RGB value is (56,144,25). Sum of RGB (Red+Green+Blue) = 56+144+25=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 144 (56.64% from 255 or 64% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 144 - color contains mainly: green. Hex color #389019 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389019 is #C76FE6. Grayscale: #686868. Windows color (decimal): -13070311 or 1675320. OLE color: 1675320.

HSL color Cylindrical-coordinate representation of color #389019: hue angle of 104.37º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #389019 is Cyan = 0.61, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB5614425-
CMYK0.6100.830.44
HSL104.37º70.41%33.14%-
HSV(B)104.37º82.64%56.47%-
XYZ11.7820.864.32-
YUV104.1283.3593.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 144 (56.64% from 255) = 64%
BLUE value IS 25 (10.16% from 255) = 11.11%
R=24.89%
G=64%
B=11.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56144250.6100.830.44104.3770.4133.14
Hex3890193D0532C684621
Octal70220317501235415010641
Binary11100010010000110011111010101001110110011010001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389019; }

 p { color: rgb(56,144,25); }

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

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

 a { background-color: rgb(56,144,25); }

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

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

 span { border-color: rgb(56,144,25); }

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