#389A2A

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

Shades of La Palma #389A2A

Tints of La Palma #389A2A

Color information

#389A2A (or 0x389A2A) is unknown color: approx La Palma. HEX triplet: 38, 9A and 2A. RGB value is (56,154,42). Sum of RGB (Red+Green+Blue) = 56+154+42=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 154 (60.55% from 255 or 61.11% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 154 - color contains mainly: green. Hex color #389A2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389A2A is #C765D5. Grayscale: #707070. Windows color (decimal): -13067734 or 2791992. OLE color: 2791992.

HSL color Cylindrical-coordinate representation of color #389A2A: hue angle of 112.5º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #389A2A is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB5615442-
CMYK0.6400.730.40
HSL112.5º57.14%38.43%-
HSV(B)112.5º72.73%60.39%-
XYZ13.624.126.13-
YUV111.9388.5388.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.22%
GREEN value IS 154 (60.55% from 255) = 61.11%
BLUE value IS 42 (16.80% from 255) = 16.67%
R=22.22%
G=61.11%
B=16.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56154420.6400.730.40112.557.1438.43
Hex389A2A4004928703926
Octal70232521000111501607146
Binary111000100110101010101000000010010011010001110000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389A2A; }

 p { color: rgb(56,154,42); }

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

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

 a { background-color: rgb(56,154,42); }

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

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

 span { border-color: rgb(56,154,42); }

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