#389100

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

Shades of La Palma #389100

Tints of La Palma #389100

Color information

#389100 (or 0x389100) is unknown color: approx La Palma. HEX triplet: 38, 91 and 00. RGB value is (56,145,0). Sum of RGB (Red+Green+Blue) = 56+145+0=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 145 (57.03% from 255 or 72.14% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 145 - color contains mainly: green. Hex color #389100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389100 is #C76EFF. Grayscale: #666666. Windows color (decimal): -13070080 or 37176. OLE color: 37176.

HSL color Cylindrical-coordinate representation of color #389100: hue angle of 96.83º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #389100 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB561450-
CMYK0.61010.43
HSL96.83º100%28.43%-
HSV(B)96.83º100%56.86%-
XYZ11.7621.093.45-
YUV101.8670.5195.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.86%
GREEN value IS 145 (57.03% from 255) = 72.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=27.86%
G=72.14%
B=0%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5614500.61010.4396.8310028.43
Hex389103D0642B61641c
Octal7022107501445314114434
Binary111000100100010111101011001001010111100001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389100; }

 p { color: rgb(56,145,0); }

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

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

 a { background-color: rgb(56,145,0); }

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

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

 span { border-color: rgb(56,145,0); }

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