#389C45

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

Shades of Fruit Salad #389C45

Tints of Fruit Salad #389C45

Color information

#389C45 (or 0x389C45) is unknown color: approx Fruit Salad. HEX triplet: 38, 9C and 45. RGB value is (56,156,69). Sum of RGB (Red+Green+Blue) = 56+156+69=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 156 (61.33% from 255 or 55.52% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 156 - color contains mainly: green. Hex color #389C45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389C45 is #C763BA. Grayscale: #747474. Windows color (decimal): -13067195 or 4561976. OLE color: 4561976.

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

Color convert

RGB5615669-
CMYK0.6400.560.39
HSL127.8º47.17%41.57%-
HSV(B)127.8º64.1%61.18%-
XYZ14.5925.059.7-
YUV116.18101.3785.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.93%
GREEN value IS 156 (61.33% from 255) = 55.52%
BLUE value IS 69 (27.34% from 255) = 24.56%
R=19.93%
G=55.52%
B=24.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal56156690.6400.560.39127.847.1741.57
Hex389C454003827802f2a
Octal70234105100070472005752
Binary1110001001110010001011000000011100010011110000000101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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