#389D45

Color #389D45 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #389D45

Tints of Fruit Salad #389D45

Color information

#389D45 (or 0x389D45) is unknown color: approx Fruit Salad. HEX triplet: 38, 9D and 45. RGB value is (56,157,69). Sum of RGB (Red+Green+Blue) = 56+157+69=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 157 (61.72% from 255 or 55.67% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 157 - color contains mainly: green. Hex color #389D45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389D45 is #C762BA. Grayscale: #757575. Windows color (decimal): -13066939 or 4562232. OLE color: 4562232.

HSL color Cylindrical-coordinate representation of color #389D45: hue angle of 127.72º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389D45 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB5615769-
CMYK0.6400.560.38
HSL127.72º47.42%41.76%-
HSV(B)127.72º64.33%61.57%-
XYZ14.7625.389.75-
YUV116.77101.0484.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.86%
GREEN value IS 157 (61.72% from 255) = 55.67%
BLUE value IS 69 (27.34% from 255) = 24.47%
R=19.86%
G=55.67%
B=24.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56157690.6400.560.38127.7247.4241.76
Hex389D454003826802f2a
Octal70235105100070462005752
Binary1110001001110110001011000000011100010011010000000101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,157,69); }

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

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

 a { background-color: rgb(56,157,69); }

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

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

 span { border-color: rgb(56,157,69); }

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