#389401

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

Shades of La Palma #389401

Tints of La Palma #389401

Color information

#389401 (or 0x389401) is unknown color: approx La Palma. HEX triplet: 38, 94 and 01. RGB value is (56,148,1). Sum of RGB (Red+Green+Blue) = 56+148+1=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 148 (58.20% from 255 or 72.20% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 148 - color contains mainly: green. Hex color #389401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389401 is #C76BFE. Grayscale: #686868. Windows color (decimal): -13069311 or 103480. OLE color: 103480.

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

Color convert

RGB561481-
CMYK0.6200.990.42
HSL97.55º98.66%29.22%-
HSV(B)97.55º99.32%58.04%-
XYZ12.2322.023.64-
YUV103.7370.0293.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.32%
GREEN value IS 148 (58.20% from 255) = 72.20%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=27.32%
G=72.20%
B=0.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5614810.6200.990.4297.5598.6629.22
Hex389413E0632A62631d
Octal7022417601435214214335
Binary111000100101001111110011000111010101100010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389401; }

 p { color: rgb(56,148,1); }

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

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

 a { background-color: rgb(56,148,1); }

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

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

 span { border-color: rgb(56,148,1); }

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